neovim/typings/numpy/_utils/_convertions.pyi

16 lines
257 B
Python
Raw Normal View History

2023-10-24 22:54:55 -04:00
"""
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:
...