Home
last modified time | relevance | path

Searched defs:kwds (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/PyYAML/tests/lib/
Dtest_yaml_ext.py45 def new_emit(events, stream=None, Dumper=yaml.CDumper, **kwds):
49 def new_serialize(node, stream, Dumper=yaml.CDumper, **kwds):
53 def new_serialize_all(nodes, stream=None, Dumper=yaml.CDumper, **kwds):
57 def new_dump(data, stream=None, Dumper=yaml.CDumper, **kwds):
61 def new_dump_all(documents, stream=None, Dumper=yaml.CDumper, **kwds):
65 def new_safe_dump(data, stream=None, **kwds):
69 def new_safe_dump_all(documents, stream=None, **kwds):
260 def wrapper(*args, **kwds):
/third_party/python/Objects/
Dnamespaceobject.c22 namespace_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in namespace_new()
41 namespace_init(_PyNamespaceObject *ns, PyObject *args, PyObject *kwds) in namespace_init()
247 _PyNamespace_New(PyObject *kwds) in _PyNamespace_New()
Dexceptions.c39 BaseException_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in BaseException_new()
67 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init()
511 StopIteration_init(PyStopIterationObject *self, PyObject *args, PyObject *kwds) in StopIteration_init()
575 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
639 ImportError_init(PyImportErrorObject *self, PyObject *args, PyObject *kwds) in ImportError_init()
968 OSError_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in OSError_new()
1037 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds) in OSError_init()
1331 NameError_init(PyNameErrorObject *self, PyObject *args, PyObject *kwds) in NameError_init()
1405 AttributeError_init(PyAttributeErrorObject *self, PyObject *args, PyObject *kwds) in AttributeError_init()
1479 SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds) in SyntaxError_init()
[all …]
/third_party/python/Lib/
Dcontextlib.py77 def inner(*args, **kwds):
93 async def inner(*args, **kwds):
102 def __init__(self, func, args, kwds): argument
280 def helper(*args, **kwds):
313 def helper(*args, **kwds):
447 def _create_cb_wrapper(callback, /, *args, **kwds):
496 def callback(self, callback, /, *args, **kwds):
606 def _create_async_cb_wrapper(callback, /, *args, **kwds):
641 def push_async_callback(self, callback, /, *args, **kwds):
/third_party/python/Lib/email/
Dheaderregistry.py266 def parse(cls, value, kwds): argument
293 def parse(cls, value, kwds): argument
338 def parse(cls, value, kwds): argument
409 def parse(cls, value, kwds): argument
447 def parse(cls, value, kwds): argument
511 def parse(cls, value, kwds): argument
531 def parse(cls, value, kwds): argument
/third_party/python/Doc/includes/
Dcustom2.c21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new()
42 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init()
Dcustom3.c21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new()
42 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init()
Dcustom4.c37 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new()
58 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init()
Dsublist.c23 SubList_init(SubListObject *self, PyObject *args, PyObject *kwds) in SubList_init()
/third_party/PyYAML/lib/yaml/
D__init__.py208 def serialize(node, stream=None, Dumper=Dumper, **kwds):
248 def dump(data, stream=None, Dumper=Dumper, **kwds):
255 def safe_dump_all(documents, stream=None, **kwds):
263 def safe_dump(data, stream=None, **kwds):
351 def __init__(cls, name, bases, kwds): argument
/third_party/python/Lib/test/
Dtest_grammar.py467 def __prepare__(metacls, name, bases, **kwds):
786 def f(**kwds,): pass
788 def f(a, **kwds,): pass
791 def f(*args, **kwds,): pass
794 def f(a, *args, **kwds,): pass
795 def f(*args, b, **kwds,): pass
796 def f(*, b, **kwds,): pass
797 def f(a, *args, b, **kwds,): pass
798 def f(a, *, b, **kwds,): pass
821 l12 = lambda **kwds,: 0
[all …]
Dtest_decorators.py5 def funcattrs(**kwds):
22 def __init__(self, exprstr, func, args, kwds): argument
32 def check(*args, **kwds):
46 def call(*args, **kwds):
119 def noteargs(*args, **kwds):
Dtest_pickletools.py13 def loads(self, buf, **kwds):
Dtest_pickle.py52 def loads(self, buf, **kwds):
70 def loads(self, buf, **kwds):
87 def loads(self, buf, **kwds):
104 def loads(self, buf, **kwds):
/third_party/python/Lib/curses/
D__init__.py63 def wrapper(func, /, *args, **kwds):
/third_party/python/Tools/peg_generator/peg_extension/
Dpeg_extension.c23 parse_file(PyObject *self, PyObject *args, PyObject *kwds) in parse_file()
71 parse_string(PyObject *self, PyObject *args, PyObject *kwds) in parse_string()
/third_party/python/Lib/asyncio/
Dstreams.py26 limit=_DEFAULT_LIMIT, **kwds):
54 limit=_DEFAULT_LIMIT, **kwds):
91 limit=_DEFAULT_LIMIT, **kwds):
103 limit=_DEFAULT_LIMIT, **kwds):
Dsubprocess.py201 limit=streams._DEFAULT_LIMIT, **kwds):
214 **kwds):
/third_party/python/Modules/
Dxxsubtype.c83 spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds) in spamlist_init()
180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) in spamdict_init()
D_xxsubinterpretersmodule.c1477 channelid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in channelid_new()
2009 interp_create(PyObject *self, PyObject *args, PyObject *kwds) in interp_create()
2051 interp_destroy(PyObject *self, PyObject *args, PyObject *kwds) in interp_destroy()
2173 interp_run_string(PyObject *self, PyObject *args, PyObject *kwds) in interp_run_string()
2218 object_is_shareable(PyObject *self, PyObject *args, PyObject *kwds) in object_is_shareable()
2242 interp_is_running(PyObject *self, PyObject *args, PyObject *kwds) in interp_is_running()
2295 channel_destroy(PyObject *self, PyObject *args, PyObject *kwds) in channel_destroy()
2354 channel_list_interpreters(PyObject *self, PyObject *args, PyObject *kwds) in channel_list_interpreters()
2416 channel_send(PyObject *self, PyObject *args, PyObject *kwds) in channel_send()
2438 channel_recv(PyObject *self, PyObject *args, PyObject *kwds) in channel_recv()
[all …]
D_functoolsmodule.c568 keyobject_call(keyobject *ko, PyObject *args, PyObject *kwds) in keyobject_call()
628 functools_cmp_to_key(PyObject *self, PyObject *args, PyObject *kwds) in functools_cmp_to_key()
812 PyObject *kwds, int typed) in lru_cache_make_key()
880 uncached_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) in uncached_lru_cache_wrapper()
892 infinite_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) in infinite_lru_cache_wrapper()
991 bounded_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) in bounded_lru_cache_wrapper()
1286 lru_cache_call(lru_cache_object *self, PyObject *args, PyObject *kwds) in lru_cache_call()
/third_party/python/Modules/_ctypes/
D_ctypes.c486 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
562 PyCStructType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCStructType_new()
568 UnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in UnionType_new()
1055 PyCPointerType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCPointerType_new()
1489 PyCArrayType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCArrayType_new()
1963 static PyObject *CreateSwappedType(PyTypeObject *type, PyObject *args, PyObject *kwds, in CreateSwappedType()
2066 PyCSimpleType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCSimpleType_new()
2558 PyCFuncPtrType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCFuncPtrType_new()
3218 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in GenericPyCData_new()
3542 PyCFuncPtr_FromDll(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCFuncPtr_FromDll()
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dmock_idle.py28 def __call__(self, *args, **kwds):
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c1032 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new()
1075 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbiencoder_init()
1307 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbidecoder_new()
1350 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbidecoder_init()
1624 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamreader_new()
1669 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamreader_init()
1831 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamwriter_new()
1876 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamwriter_init()
/third_party/python/Lib/idlelib/
Dfilelist.py52 def close_all_callback(self, *args, **kwds):

12345