Searched defs:kws (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/email/ |
| D | __init__.py | 32 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):
|
| /third_party/python/Lib/ |
| D | string.py | 104 def substitute(self, mapping=_sentinel_dict, /, **kws): 123 def safe_substitute(self, mapping=_sentinel_dict, /, **kws):
|
| /third_party/python/Lib/test/test_email/ |
| D | __init__.py | 17 def openfile(filename, *args, **kws):
|
| /third_party/python/Lib/unittest/ |
| D | loader.py | 98 def loadTestsFromModule(self, module, *args, pattern=None, **kws):
|
| /third_party/python/Lib/test/ |
| D | datetimetester.py | 1711 def __new__(cls, *args, **kws): 2788 def __new__(cls, *args, **kws): 3434 def __new__(cls, *args, **kws): 4011 def __new__(cls, *args, **kws): 4707 def __new__(cls, *args, **kws):
|
| /third_party/python/Lib/unittest/test/ |
| D | test_loader.py | 11 def wrapper(*args, **kws):
|
| /third_party/python/Python/ |
| D | ceval.c | 5088 PyObject *const *kws, int kwcount, in PyEval_EvalCodeEx()
|