numpy/_utils/_convertions.pyi

__all__ = ["asbytes", "asunicode"]

def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...
Metadata
View Raw File