Home
last modified time | relevance | path

Searched refs:knownfiles (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/
Dmimetypes.py42 knownfiles = [ variable
356 files = knownfiles
358 files = knownfiles + list(files)
/external/python/cpython2/Lib/
Dmimetypes.py40 knownfiles = [ variable
355 files = knownfiles
/external/python/cpython2/Doc/library/
Dmimetypes.rst83 the file names to use are taken from :const:`knownfiles`; on Windows, the
85 :const:`knownfiles` takes precedence over those named before it. Calling
119 .. data:: knownfiles
156 >>> mimetypes.knownfiles
/external/python/cpython3/Doc/library/
Dmimetypes.rst88 the file names to use are taken from :const:`knownfiles`; on Windows, the
90 :const:`knownfiles` takes precedence over those named before it. Calling
128 .. data:: knownfiles
165 >>> mimetypes.knownfiles
/external/python/cpython2/Lib/test/
Dtest_mimetypes.py11 mimetypes.knownfiles = []
/external/python/cpython3/Lib/test/
Dtest_mimetypes.py12 mimetypes.knownfiles = []