Files
MLPproject/.venv/lib/python3.12/site-packages/numpy/_utils/_convertions.pyi
2025-10-23 15:44:32 +02:00

5 lines
118 B
Python

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