PYTHONINSPECT If this is set to a non-empty string it is equivalent to specifying the -i option. PYTHONIOENCODING If this is set before running the interpreter, it over- rides the encoding used for stdin/stdout/stderr, in the syntax encodingname:errorhandler The errorhandler part is ...
PYTHONINSPECT If this is set to a non-empty string it is equivalent to specifying the -i option. PYTHONNOUSERSITE If this is set to a non-empty string it is equivalent to specifying the -s option (Don't add the user site directory to sys.path). PYTHONUNBUFFERED If this is set to ...
The number of lines to skip at the end of the file. converters : variable, optional The set of functions that convert the data of a column to a value. The converters can also be used to provide a default value for missing data: ``converters = {3: lambda s: float(s or 0)}``. ...
A Python Dict which is equivalent to the globalThis object in JavaScript. createRequire(filename, extraPaths, isMain) Factory function which returns a new require function filename: the pathname of the module that this require function could be used for ...
PYTHONNOUSERSITE If this is set to a non-empty string it is equivalent to speci- fying the -s option (Don't add the user site directory to sys.path). PYTHONUNBUFFERED If this is set to a non-empty string it is equivalent to speci- fying the -u option. PYTHONVERBOSE If this is ...