Files
geMoldInsight/venv/lib/python3.11/site-packages/numpy/_utils/_convertions.pyi
T
2026-02-12 23:27:48 +08:00

5 lines
118 B
Python

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