15 lines
257 B
Python
15 lines
257 B
Python
"""
|
|
This type stub file was generated by pyright.
|
|
"""
|
|
|
|
"""
|
|
A set of methods retained from np.compat module that
|
|
are still used across codebase.
|
|
"""
|
|
__all__ = ["asunicode", "asbytes"]
|
|
def asunicode(s): # -> str:
|
|
...
|
|
|
|
def asbytes(s): # -> bytes:
|
|
...
|
|
|