Files
dash-api/lib/python3.11/site-packages/numpy/_utils/_convertions.pyi

5 lines
118 B
Python
Raw Normal View History

2025-09-07 22:09:54 +02:00
__all__ = ["asbytes", "asunicode"]
def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...