Initial configuration commit
This commit is contained in:
commit
31c8abea59
266 changed files with 780274 additions and 0 deletions
15
typings/numpy/_utils/_convertions.pyi
Normal file
15
typings/numpy/_utils/_convertions.pyi
Normal file
|
@ -0,0 +1,15 @@
|
|||
"""
|
||||
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:
|
||||
...
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue