/
proc
/
1553489
/
root
/
usr
/
local
/
lib
/
python3.12
/
site-packages
/
numpy
/
_utils
/
File Upload :
llllll
Current File: //proc/1553489/root/usr/local/lib/python3.12/site-packages/numpy/_utils/_convertions.py
""" A set of methods retained from np.compat module that are still used across codebase. """ __all__ = ["asunicode", "asbytes"] def asunicode(s): if isinstance(s, bytes): return s.decode('latin1') return str(s) def asbytes(s): if isinstance(s, bytes): return s return str(s).encode('latin1')
Copyright ©2k19 -
Hexid
|
Tex7ure