/usr/local/lib/python3.6/site-packages/werkzeug/__pycache__
NameSizeModeActions
datastructures.cpython-36.pyc1077480644editdlrm
exceptions.cpython-36.pyc306390644editdlrm
filesystem.cpython-36.pyc20250644editdlrm
formparser.cpython-36.pyc138140644editdlrm
http.cpython-36.pyc379050644editdlrm
local.cpython-36.pyc226910644editdlrm
routing.cpython-36.pyc729310644editdlrm
security.cpython-36.pyc80400644editdlrm
serving.cpython-36.pyc304780644editdlrm
test.cpython-36.pyc389610644editdlrm
testapp.cpython-36.pyc95490644editdlrm
urls.cpython-36.pyc364140644editdlrm
useragents.cpython-36.pyc74170644editdlrm
user_agent.cpython-36.pyc17200644editdlrm
utils.cpython-36.pyc329600644editdlrm
wsgi.cpython-36.pyc301020644editdlrm
_internal.cpython-36.pyc182680644editdlrm
_reloader.cpython-36.pyc118990644editdlrm
__init__.cpython-36.pyc3100644editdlrm
Edit: /usr/local/lib/python3.6/site-packages/werkzeug/__pycache__/filesystem.cpython-36.pyc (2025B)
3 _TBg@stddlZddlZddlZddlZejjdp4dejkZeje e dddZ Gddde e Zd ae d d d ZdS) NlinuxZbsd)encodingreturnc Cs6|dkr dSytj|jdkStk r0dSXdS)zGiven an encoding this figures out if the encoding is actually ASCII (which is something we don't actually want in most cases). This is necessary because ASCII comes under many names such as ANSI_X3.4-1968. NFascii)codecslookupname LookupError)rr 7/tmp/pip-build-0s3hx122/Werkzeug/werkzeug/filesystem.py_is_ascii_encoding s r c@seZdZdZdS)BrokenFilesystemWarningzcThe warning used by Werkzeug to signal a broken filesystem. Will only be used once per runtime.N)__name__ __module__ __qualname____doc__r r r r r sr F)rcCs<tj}tr| st|r8ts4tjd|tdadS|S)aReturns the filesystem encoding that should be used. Note that this is different from the Python understanding of the filesystem encoding which might be deeply flawed. Do not use this value against Python's string APIs because it might be different. See :ref:`filesystem-encoding` for the exact behavior. The concept of a filesystem encoding in generally is not something you should rely on. As such if you ever need to use this function except for writing wrapper code reconsider. z[Detected a misconfigured UNIX filesystem: Will use UTF-8 as filesystem encoding instead of Tzutf-8)sysgetfilesystemencoding#has_likely_buggy_unicode_filesystemr !_warned_about_filesystem_encodingwarningswarnr )rvr r r get_filesystem_encoding!s r)rrZtypingtrplatform startswithrOptionalstrboolr RuntimeWarningUnicodeWarningr rrr r r r s