Files
geMoldInsight/venv/lib/python3.11/site-packages/numpy/_utils/_convertions.pyi
T

5 lines
118 B
Python
Raw Normal View History

2026-02-12 23:22:11 +08:00
__all__ = ["asbytes", "asunicode"]
def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...