HomeSort by relevance Sort by last modified time
    Searched refs:failobj (Results 1 - 25 of 42) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
message.py 356 def get(self, name, failobj=None):
359 Like __getitem__() but return failobj instead of None when the field
366 return failobj
372 def get_all(self, name, failobj=None):
379 If no such fields exist, failobj is returned (defaults to None).
387 return failobj
494 def _get_params_preserve(self, failobj, header):
500 return failobj
515 def get_params(self, failobj=None, header='content-type', unquote=True):
524 Optional failobj is the object to return if there is no Content-Type
    [all...]
  /external/python/cpython2/Lib/email/
message.py 356 def get(self, name, failobj=None):
359 Like __getitem__() but return failobj instead of None when the field
366 return failobj
372 def get_all(self, name, failobj=None):
379 If no such fields exist, failobj is returned (defaults to None).
387 return failobj
494 def _get_params_preserve(self, failobj, header):
500 return failobj
515 def get_params(self, failobj=None, header='content-type', unquote=True):
524 Optional failobj is the object to return if there is no Content-Typ
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 356 def get(self, name, failobj=None):
359 Like __getitem__() but return failobj instead of None when the field
366 return failobj
372 def get_all(self, name, failobj=None):
379 If no such fields exist, failobj is returned (defaults to None).
387 return failobj
494 def _get_params_preserve(self, failobj, header):
500 return failobj
515 def get_params(self, failobj=None, header='content-type', unquote=True):
524 Optional failobj is the object to return if there is no Content-Typ
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 356 def get(self, name, failobj=None):
359 Like __getitem__() but return failobj instead of None when the field
366 return failobj
372 def get_all(self, name, failobj=None):
379 If no such fields exist, failobj is returned (defaults to None).
387 return failobj
494 def _get_params_preserve(self, failobj, header):
500 return failobj
515 def get_params(self, failobj=None, header='content-type', unquote=True):
524 Optional failobj is the object to return if there is no Content-Typ
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 356 def get(self, name, failobj=None):
359 Like __getitem__() but return failobj instead of None when the field
366 return failobj
372 def get_all(self, name, failobj=None):
379 If no such fields exist, failobj is returned (defaults to None).
387 return failobj
494 def _get_params_preserve(self, failobj, header):
500 return failobj
515 def get_params(self, failobj=None, header='content-type', unquote=True):
524 Optional failobj is the object to return if there is no Content-Typ
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 356 def get(self, name, failobj=None):
359 Like __getitem__() but return failobj instead of None when the field
366 return failobj
372 def get_all(self, name, failobj=None):
379 If no such fields exist, failobj is returned (defaults to None).
387 return failobj
494 def _get_params_preserve(self, failobj, header):
500 return failobj
515 def get_params(self, failobj=None, header='content-type', unquote=True):
524 Optional failobj is the object to return if there is no Content-Typ
    [all...]
  /external/python/cpython2/Lib/plat-riscos/
riscosenviron.py 40 def get(self, key, failobj=None):
45 return failobj
  /external/python/cpython3/Lib/email/
message.py 464 def get(self, name, failobj=None):
467 Like __getitem__() but return failobj instead of None when the field
474 return failobj
499 def get_all(self, name, failobj=None):
506 If no such fields exist, failobj is returned (defaults to None).
514 return failobj
626 def _get_params_preserve(self, failobj, header):
632 return failobj
647 def get_params(self, failobj=None, header='content-type', unquote=True):
656 Optional failobj is the object to return if there is no Content-Typ
    [all...]
  /external/python/cpython3/Objects/
odictobject.c 1014 PyObject *failobj = Py_None; local
1071 PyObject *key, *failobj = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
UserDict.py 58 def get(self, key, failobj=None):
60 return failobj
62 def setdefault(self, key, failobj=None):
64 self[key] = failobj
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
UserDict.py 58 def get(self, key, failobj=None):
60 return failobj
62 def setdefault(self, key, failobj=None):
64 self[key] = failobj
os.py 444 def get(self, key, failobj=None):
445 return self.data.get(key.upper(), failobj)
  /external/python/cpython2/Lib/
UserDict.py 91 def get(self, key, failobj=None):
93 return failobj
95 def setdefault(self, key, failobj=None):
97 self[key] = failobj
os.py 446 def get(self, key, failobj=None):
447 return self.data.get(key.upper(), failobj)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserDict.py 58 def get(self, key, failobj=None):
60 return failobj
62 def setdefault(self, key, failobj=None):
64 self[key] = failobj
os.py 444 def get(self, key, failobj=None):
445 return self.data.get(key.upper(), failobj)
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserDict.py 58 def get(self, key, failobj=None):
60 return failobj
62 def setdefault(self, key, failobj=None):
64 self[key] = failobj
os.py 444 def get(self, key, failobj=None):
445 return self.data.get(key.upper(), failobj)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserDict.py 58 def get(self, key, failobj=None):
60 return failobj
62 def setdefault(self, key, failobj=None):
64 self[key] = failobj
os.py 444 def get(self, key, failobj=None):
445 return self.data.get(key.upper(), failobj)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserDict.py 58 def get(self, key, failobj=None):
60 return failobj
62 def setdefault(self, key, failobj=None):
64 self[key] = failobj
os.py 444 def get(self, key, failobj=None):
445 return self.data.get(key.upper(), failobj)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 458 def get(self, key, failobj=None):
459 return self.data.get(key.upper(), failobj)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 473 def get(self, key, failobj=None):
474 return self.data.get(key.upper(), failobj)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 1938 PyObject *failobj = Py_None; local
1967 PyObject *failobj = Py_None; local
    [all...]

Completed in 374 milliseconds

1 2