fparser

Subpackages

Submodules

Package Contents

Functions

_get_version()

returns:

the version of this package.

log_decode_error_handler(err)

A custom error handler for use when reading files. Removes any

Attributes

__version__

fparser._get_version()[source]
Returns:

the version of this package.

Return type:

str

fparser.__version__[source]
fparser.log_decode_error_handler(err)[source]

A custom error handler for use when reading files. Removes any characters that cause decoding errors and logs the error.

Returns:

2-tuple containing replacement for bad chars (an empty string and the position from where encoding should continue.

Return type:

Tuple[str, int]