##// END OF EJS Templates
profiling: add a py-spy profiling backend...
profiling: add a py-spy profiling backend The recommended way to use this backend is by setting the config `profiling.output` to point to a file because py-spy output is not human-readable.

File last commit:

r52616:9367571f default
r52654:812a094a 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: ...