xiaoanyu123's picture
Add files using upload-large-folder tool
e942a8c verified
__all__ = ["asbytes", "asunicode"]
def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...