Home
last modified time | relevance | path

Searched defs:strict (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimetypes.py64 def __init__(self, filenames=(), strict=True): argument
78 def add_type(self, type, ext, strict=True): argument
95 def guess_type(self, url, strict=True): argument
157 def guess_all_extensions(self, type, strict=True): argument
176 def guess_extension(self, type, strict=True): argument
194 def read(self, filename, strict=True): argument
205 def readfp(self, fp, strict=True): argument
228 def read_windows_registry(self, strict=True): argument
275 def guess_type(url, strict=True): argument
298 def guess_all_extensions(type, strict=True): argument
[all …]
Dhttplib.py335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False): argument
678 strict = 0 variable in HTTPConnection
680 def __init__(self, host, port=None, strict=None, argument
1051 def __init__(self, host='', port=None, strict=None): argument
1143 strict=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, argument
1173 strict=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Ddecoder.py65 def py_scanstring(s, end, encoding=None, strict=True, argument
149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook, argument
305 parse_int=None, parse_constant=None, strict=True, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Ddecoder.py75 def py_scanstring(s, end, encoding=None, strict=True, argument
150 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook, argument
305 parse_int=None, parse_constant=None, strict=True, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c36 PyObject *strict; member
410 scanstring_str(PyObject *pystr, Py_ssize_t end, char *encoding, int strict, Py_ssize_t *next_end_pt… in scanstring_str()
595 scanstring_unicode(PyObject *pystr, Py_ssize_t end, int strict, Py_ssize_t *next_end_ptr) in scanstring_unicode()
793 int strict = 1; in py_scanstring() local
897 int strict = PyObject_IsTrue(s->strict); in _parse_object_str() local
1020 int strict = PyObject_IsTrue(s->strict); in _parse_object_unicode() local
D_csv.c105 int strict; /* raise exception on bad CSV */ member
342 PyObject *strict = NULL; in dialect_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c36 PyObject *strict; member
410 scanstring_str(PyObject *pystr, Py_ssize_t end, char *encoding, int strict, Py_ssize_t *next_end_pt… in scanstring_str()
584 scanstring_unicode(PyObject *pystr, Py_ssize_t end, int strict, Py_ssize_t *next_end_ptr) in scanstring_unicode()
770 int strict = 1; in py_scanstring() local
874 int strict = PyObject_IsTrue(s->strict); in _parse_object_str() local
997 int strict = PyObject_IsTrue(s->strict); in _parse_object_unicode() local
D_csv.c105 int strict; /* raise exception on bad CSV */ member
351 PyObject *strict = NULL; in dialect_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_csv.py101 strict=False variable in Test_Csv._test_dialect_attrs.dialect