Files
stepanalyser/.venv/lib/python3.12/site-packages/numpy/_utils/_convertions.pyi
Christian Anetzberger a197de9456 initial
2026-01-22 20:23:51 +01:00

5 lines
118 B
Python

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