##// END OF EJS Templates
setup: include vendored 3rd party type stubs...
setup: include vendored 3rd party type stubs While pytype may not support PEP 561, PyCharm does, so having the stubs available means it can determine `foo = attr.ib(type=int)` means `foo` is an int. This only applies when using Mercurial as a library, like with TortoiseHg development- PyCharm is already smart enough to use the *.pyi files in the Mercurial source tree when hacking on Mercurial itself. I left the mercurial.cext stubs out because it seems very low level, that 3rd parties shouldn't be using directly.

File last commit:

r44031:2e017696 default
r50550:54421ef8 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer