_detect_encoding_string method

_detect_encoding_string

def _detect_encoding_string(cls, file_path):
    ...
Parameter Type Description
file_path str

Returns: Encoding

See Also