Home
last modified time | relevance | path

Searched defs:kws (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Lib/email/
D__init__.py32 def message_from_string(s, *args, **kws):
40 def message_from_bytes(s, *args, **kws):
48 def message_from_file(fp, *args, **kws):
56 def message_from_binary_file(fp, *args, **kws):
/external/python/cpython2/Lib/email/
D__init__.py51 def message_from_string(s, *args, **kws):
60 def message_from_file(fp, *args, **kws):
Dparser.py18 def __init__(self, *args, **kws):
/external/python/cpython3/Lib/
Dstring.py104 def substitute(self, mapping=_sentinel_dict, /, **kws):
123 def safe_substitute(self, mapping=_sentinel_dict, /, **kws):
/external/python/cpython3/Lib/test/test_email/
D__init__.py17 def openfile(filename, *args, **kws):
/external/python/cpython2/Lib/
Dstring.py148 def substitute(*args, **kws):
178 def safe_substitute(*args, **kws):
/external/python/cpython2/Lib/test/
Dtest_datetime.py1132 def __new__(cls, *args, **kws):
1705 def __new__(cls, *args, **kws):
2006 def __new__(cls, *args, **kws):
2421 def __new__(cls, *args, **kws):
3029 def __new__(cls, *args, **kws):
/external/python/cpython3/Lib/unittest/
Dloader.py98 def loadTestsFromModule(self, module, *args, pattern=None, **kws):
/external/scapy/scapy/tools/
DUTscapy.py124 def add_keywords(self, kws): argument
/external/python/cpython3/Lib/test/
Ddatetimetester.py1711 def __new__(cls, *args, **kws):
2787 def __new__(cls, *args, **kws):
3433 def __new__(cls, *args, **kws):
4010 def __new__(cls, *args, **kws):
4706 def __new__(cls, *args, **kws):
/external/python/cpython2/Modules/
Dgcmodule.c1100 gc_collect(PyObject *self, PyObject *args, PyObject *kws) in gc_collect()
/external/python/cpython3/Lib/unittest/test/
Dtest_loader.py11 def wrapper(*args, **kws):
/external/tensorflow/tensorflow/python/ops/
Dvariables.py237 previous_getter = lambda **kws: default_variable_creator_v2(None, **kws)
/external/python/cpython2/Python/
Dceval.c3368 PyObject **args, int argcount, PyObject **kws, int kwcount, in PyEval_EvalCodeEx()
/external/python/cpython3/Python/
Dceval.c4371 PyObject *const *kws, int kwcount, in PyEval_EvalCodeEx()