group-wbl/.venv/lib/python3.13/site-packages/numpy/_utils/_convertions.pyi

5 lines
118 B
Python
Raw Permalink Normal View History

2026-01-09 09:48:03 +08:00
__all__ = ["asbytes", "asunicode"]
def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...