CTF-Python/env/Lib/site-packages/numpy/_utils/_convertions.pyi
2025-06-05 10:15:16 +02:00

4 lines
118 B
Python

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