##// END OF EJS Templates
bzr: attempt to stabilize the test...
bzr: attempt to stabilize the test The test has flakyness where the order of a few commit swap. This is an attempt at avoiding that.

File last commit:

r52616:9367571f default
r52736:fe08a0bf 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: ...