massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / monkey.pyi
1 def get_unpatched(item): ...
2 def get_unpatched_class(cls): ...
3 def patch_all() -> None: ...
4 def patch_func(replacement, target_mod, func_name) -> None: ...
5 def get_unpatched_function(candidate): ...
6 def patch_for_msvc_specialized_compiler(): ...