OpenQuizz
Une application de gestion des contenus pédagogiques
werkzeug.filesystem Namespace Reference

Data Structures

class  BrokenFilesystemWarning
 

Functions

def get_filesystem_encoding ()
 

Variables

 has_likely_buggy_unicode_filesystem
 

Function Documentation

◆ get_filesystem_encoding()

def werkzeug.filesystem.get_filesystem_encoding ( )
Returns 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 unicode 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.

Variable Documentation

◆ has_likely_buggy_unicode_filesystem

has_likely_buggy_unicode_filesystem