##// END OF EJS Templates
encoding: make getcols() raise exception explicitly...
encoding: make getcols() raise exception explicitly This helps pytype. File "mercurial/encoding.py", line 329, in getcols: bad option in return type [bad-return-type] Expected: bytes Actually returned: None

File last commit:

r37193:943d77fc default
r44074:7cf33231 default
Show More
__init__.py
2 lines | 61 B | text/x-python | PythonLexer
#
# This file is necessary to make this directory a package.