##// END OF EJS Templates
typing: fix the hint for the `mode` argument of `platform.copymode()`...
typing: fix the hint for the `mode` argument of `platform.copymode()` The posix module is doing a bitwise AND with this and an integer, so it can't be bytes. The only caller that provides the argument is `util.mktempcopy()`, and pytype infers the type as Any, which explains why this wasn't caught.

File last commit:

r48474:ff97e793 default
r52692:1888846a default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer