File manager - Edit - /usr/local/lib/python3.9/dist-packages/numpy/_utils/_convertions.py
Back
""" 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')
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.41 |
proxy
|
phpinfo
|
Settings