##// 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.
Matt Harbison -
r52692:1888846a default
Show More
Name Size Modified Last Commit Author
/ mercurial / admin
__init__.py Loading ...
chainsaw.py Loading ...
verify.py Loading ...