##// END OF EJS Templates
interfaces: add the missing `self` arg to the dirstate Protocol class...
interfaces: add the missing `self` arg to the dirstate Protocol class This clears all of the errors that PyCharm has been flagging in this file, since the zope interface was declared here.

File last commit:

r52616:9367571f default
r52815:13aa1751 default
Show More
base85.pyi
4 lines | 115 B | text/x-python | PythonLexer
version: int
def b85encode(text: bytes, pad: bool = False) -> bytes: ...
def b85decode(text: bytes) -> bytes: ...