Home
last modified time | relevance | path

Searched defs:kwds (Results 1 - 25 of 57) sorted by relevance

123

/third_party/python/Include/internal/
H A Dpycore_namespace.h15 PyAPI_FUNC(PyObject *) _PyNamespace_New(PyObject *kwds); variable
/third_party/python/Doc/includes/
H A Dsublist.c23 SubList_init(SubListObject *self, PyObject *args, PyObject *kwds) in SubList_init() argument
H A Dcustom3.c21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() argument
42 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init() argument
H A Dcustom2.c21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() argument
42 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init() argument
H A Dcustom4.c37 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() argument
58 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init() argument
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c23 parse_file(PyObject *self, PyObject *args, PyObject *kwds) in parse_file() argument
71 parse_string(PyObject *self, PyObject *args, PyObject *kwds) in parse_string() argument
/third_party/python/Objects/
H A Dboolobject.c33 bool_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bool_new() argument
H A Dinterpreteridobject.c74 interpid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in interpid_new() argument
H A Dnamespaceobject.c23 namespace_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in namespace_new() argument
42 namespace_init(_PyNamespaceObject *ns, PyObject *args, PyObject *kwds) in namespace_init() argument
248 _PyNamespace_New(PyObject *kwds) in _PyNamespace_New() argument
H A Dpicklebufobject.c70 picklebuf_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in picklebuf_new() argument
H A Dfuncobject.c912 cm_init(PyObject *self, PyObject *args, PyObject *kwds) in cm_init() argument
1103 sm_init(PyObject *self, PyObject *args, PyObject *kwds) in sm_init() argument
H A Dgenericaliasobject.c580 ga_call(PyObject *self, PyObject *args, PyObject *kwds) in ga_call() argument
823 ga_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in ga_new() argument
/third_party/python/Modules/
H A Dxxsubtype.c83 spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds) in spamlist_init() argument
180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) in spamdict_init() argument
H A D_randommodule.c529 random_init(RandomObject *self, PyObject *args, PyObject *kwds) in random_init() argument
H A Dsyslogmodule.c117 syslog_openlog(PyObject * self, PyObject * args, PyObject *kwds) in syslog_openlog() argument
H A D_abc.c74 abc_data_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in abc_data_new() argument
H A D_functoolsmodule.c569 keyobject_call(keyobject *ko, PyObject *args, PyObject *kwds) in keyobject_call() argument
629 functools_cmp_to_key(PyObject *self, PyObject *args, PyObject *kwds) in functools_cmp_to_key() argument
812 lru_cache_make_key(PyObject *kwd_mark, PyObject *args, PyObject *kwds, int typed) lru_cache_make_key() argument
881 uncached_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) uncached_lru_cache_wrapper() argument
893 infinite_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) infinite_lru_cache_wrapper() argument
992 bounded_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) bounded_lru_cache_wrapper() argument
1287 lru_cache_call(lru_cache_object *self, PyObject *args, PyObject *kwds) lru_cache_call() argument
[all...]
/third_party/python/Modules/_ctypes/
H A Dstgdict.c30 PyCStgDict_init(StgDictObject *self, PyObject *args, PyObject *kwds) in PyCStgDict_init() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc598 static PyObject* Sort(PyObject* pself, PyObject* args, PyObject* kwds) { in Subscript() argument
H A Drepeated_composite_container.cc415 static PyObject* Sort(PyObject* pself, PyObject* args, PyObject* kwds) { in Subscript() argument
398 SortPythonMessages(RepeatedCompositeContainer* self, PyObject* args, PyObject* kwds) Subscript() argument
/third_party/python/Modules/_io/
H A Dbytesio.c903 bytesio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bytesio_new() argument
H A Dwinconsoleio.c214 winconsoleio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in winconsoleio_new() argument
H A Dfileio.c171 fileio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in fileio_new() argument
H A Dstringio.c616 stringio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in stringio_new() argument
/third_party/python/Python/
H A D_warnings.c1034 warnings_warn_explicit(PyObject *self, PyObject *args, PyObject *kwds) in warnings_warn_explicit() argument

Completed in 24 milliseconds

123