bundles / numpy latest / numpy / lib / _datasource / _check_mode
function
numpy.lib._datasource:_check_mode
source: build-install/usr/lib/python3.14/site-packages/numpy/lib/_datasource.py :44
Signature
def _check_mode ( mode , encoding , newline ) Summary
Check mode and that encoding and newline are compatible.
Parameters
mode: strFile open mode.
encoding: strFile encoding.
newline: strNewline for text files.
Aliases
-
numpy.lib._datasource._check_mode