Files
evo-ai/.venv/lib/python3.10/site-packages/numpy/_utils/_convertions.pyi
2025-04-25 15:30:54 -03:00

5 lines
118 B
Python

__all__ = ["asbytes", "asunicode"]
def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...