summaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/numpy/_utils/_convertions.pyi
blob: 6cc599acc94f97f026c3f81a538c3d1766d450d3 (plain)
1
2
3
4
__all__ = ["asbytes", "asunicode"]

def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...