Home
last modified time | relevance | path

Searched +defs:type +defs:kw (Results 1 – 25 of 52) sorted by relevance

123

/external/python/cpython2/Modules/
D_functoolsmodule.c96 PyObject *kw; member
104 partial_new(PyTypeObject *type, PyObject *args, PyObject *kw) in partial_new()
157 partial_call(partialobject *pto, PyObject *args, PyObject *kw) in partial_call()
287 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
Dparsermodule.c296 parser_newstobject(node *st, int type) in parser_newstobject()
332 parser_st2tuple(PyST_Object *self, PyObject *args, PyObject *kw) in parser_st2tuple()
373 parser_ast2tuple(PyST_Object *self, PyObject *args, PyObject *kw) in parser_ast2tuple()
388 parser_st2list(PyST_Object *self, PyObject *args, PyObject *kw) in parser_st2list()
428 parser_ast2list(PyST_Object *self, PyObject *args, PyObject *kw) in parser_ast2list()
443 parser_compilest(PyST_Object *self, PyObject *args, PyObject *kw) in parser_compilest()
475 parser_compileast(PyST_Object *self, PyObject *args, PyObject *kw) in parser_compileast()
491 parser_isexpr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_isexpr()
514 parser_issuite(PyST_Object *self, PyObject *args, PyObject *kw) in parser_issuite()
562 parser_do_parse(PyObject *args, PyObject *kw, char *argspec, int type) in parser_do_parse()
[all …]
Doperator.c464 itemgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in itemgetter_new()
509 itemgetter_call(itemgetterobject *ig, PyObject *args, PyObject *kw) in itemgetter_call()
603 attrgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in attrgetter_new()
691 attrgetter_call(attrgetterobject *ag, PyObject *args, PyObject *kw) in attrgetter_call()
788 methodcaller_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in methodcaller_new()
840 methodcaller_call(methodcallerobject *mc, PyObject *args, PyObject *kw) in methodcaller_call()
Ddatetimemodule.c606 time_alloc(PyTypeObject *type, Py_ssize_t aware) in time_alloc()
621 datetime_alloc(PyTypeObject *type, Py_ssize_t aware) in datetime_alloc()
656 new_date_ex(int year, int month, int day, PyTypeObject *type) in new_date_ex()
672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
700 PyObject *tzinfo, PyTypeObject *type) in new_time_ex()
732 PyTypeObject *type) in new_delta_ex()
1551 microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type) in microseconds_to_delta_ex()
1929 delta_new(PyTypeObject *type, PyObject *args, PyObject *kw) in delta_new()
2278 date_new(PyTypeObject *type, PyObject *args, PyObject *kw) in date_new()
2521 date_strftime(PyDateTime_Date *self, PyObject *args, PyObject *kw) in date_strftime()
[all …]
D_sre.c90 #define LOCAL(type) static __inline type __fastcall argument
92 #define LOCAL(type) static inline type argument
94 #define LOCAL(type) static type argument
685 #define DATA_STACK_ALLOC(state, type, ptr) \ argument
701 #define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \ argument
1890 check_args_size(const char *name, PyObject* args, PyObject* kw, int n) in check_args_size()
1927 pattern_match(PatternObject* self, PyObject* args, PyObject* kw) in pattern_match()
1973 pattern_search(PatternObject* self, PyObject* args, PyObject* kw) in pattern_search()
2112 pattern_findall(PatternObject* self, PyObject* args, PyObject* kw) in pattern_findall()
2246 pattern_split(PatternObject* self, PyObject* args, PyObject* kw) in pattern_split()
[all …]
Dthreadmodule.c267 PyObject *kw; member
328 local_new(PyTypeObject *type, PyObject *args, PyObject *kw) in local_new()
D_elementtree.c92 #define LOCAL(type) static __inline type __fastcall argument
94 #define LOCAL(type) static type argument
474 element(PyObject* self, PyObject* args, PyObject* kw) in element()
503 subelement(PyObject* self, PyObject* args, PyObject* kw) in subelement()
1128 element_makeelement(PyObject* self, PyObject* args, PyObject* kw) in element_makeelement()
2471 xmlparser(PyObject* self_, PyObject* args, PyObject* kw)
Ditertoolsmodule.c25 groupby_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in groupby_new()
563 tee_new(PyTypeObject *type, PyObject *args, PyObject *kw) in tee_new()
699 cycle_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in cycle_new()
851 dropwhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dropwhile_new()
995 takewhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in takewhile_new()
1137 islice_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in islice_new()
1337 starmap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in starmap_new()
1468 imap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in imap_new()
1647 chain_new_internal(PyTypeObject *type, PyObject *source) in chain_new_internal()
1663 chain_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in chain_new()
[all …]
/external/python/cpython2/Lib/lib-tk/
DCanvas.py14 def __init__(self, canvas, itemType, *args, **kw):
57 def config(self, cnf={}, **kw):
86 def type(self): member in CanvasItem
90 def __init__(self, canvas, *args, **kw):
94 def __init__(self, canvas, *args, **kw):
98 def __init__(self, canvas, *args, **kw):
102 def __init__(self, canvas, *args, **kw):
106 def __init__(self, canvas, *args, **kw):
110 def __init__(self, canvas, *args, **kw):
114 def __init__(self, canvas, *args, **kw):
[all …]
DTkinter.py469 def tk_setPalette(self, *args, **kw):
627 def clipboard_get(self, **kw):
650 def clipboard_clear(self, **kw):
657 def clipboard_append(self, string, **kw):
719 def selection_clear(self, **kw):
723 def selection_get(self, **kw):
740 def selection_handle(self, command, **kw):
755 def selection_own(self, **kw):
762 def selection_own_get(self, **kw):
1162 def _options(self, cnf, kw = None): argument
[all …]
/external/python/cpython2/Objects/
Dfuncobject.c363 func_new(PyTypeObject* type, PyObject* args, PyObject* kw) in func_new()
485 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call()
537 func_descr_get(PyObject *func, PyObject *obj, PyObject *type) in func_descr_get()
635 cm_descr_get(PyObject *self, PyObject *obj, PyObject *type) in cm_descr_get()
792 sm_descr_get(PyObject *self, PyObject *obj, PyObject *type) in sm_descr_get()
Drangeobject.c65 range_new(PyTypeObject *type, PyObject *args, PyObject *kw) in range_new()
Dsliceobject.c193 slice_new(PyTypeObject *type, PyObject *args, PyObject *kw) in slice_new()
Dclassobject.c175 class_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in class_new()
550 PyInstance_New(PyObject *klass, PyObject *arg, PyObject *kw) in PyInstance_New()
610 instance_new(PyTypeObject* type, PyObject* args, PyObject *kw) in instance_new()
2128 instance_call(PyObject *func, PyObject *arg, PyObject *kw) in instance_call()
2354 instancemethod_new(PyTypeObject* type, PyObject* args, PyObject *kw) in instancemethod_new()
2549 instancemethod_call(PyObject *func, PyObject *arg, PyObject *kw) in instancemethod_call()
Dcodeobject.c269 code_new(PyTypeObject *type, PyObject *args, PyObject *kw) in code_new()
Dweakrefobject.c128 weakref_call(PyWeakReference *self, PyObject *args, PyObject *kw) in weakref_call()
278 weakref___new__(PyTypeObject *type, PyObject *args, PyObject *kwargs) in weakref___new__()
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c391 static PyObject *EventRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventRef_tp_new()
395 char *kw[] = {"itself", 0}; in EventRef_tp_new() local
612 static PyObject *EventQueueRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventQueueRef_tp_new()
616 char *kw[] = {"itself", 0}; in EventQueueRef_tp_new() local
742 static PyObject *EventLoopRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventLoopRef_tp_new()
746 char *kw[] = {"itself", 0}; in EventLoopRef_tp_new() local
890 static PyObject *EventLoopTimerRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventLoopTimerRef_tp_new()
894 char *kw[] = {"itself", 0}; in EventLoopTimerRef_tp_new() local
1082 static PyObject *EventHandlerRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventHandlerRef_tp_new()
1086 char *kw[] = {"itself", 0}; in EventHandlerRef_tp_new() local
[all …]
/external/python/cpython2/Mac/Modules/ibcarbon/
D_IBCarbon.c150 static PyObject *IBNibRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in IBNibRefObj_tp_new()
154 char *kw[] = {"itself", 0}; in IBNibRefObj_tp_new() local
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c191 _DictRemover_call(PyObject *_self, PyObject *args, PyObject *kw) in _DictRemover_call()
400 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
461 PyCStructType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCStructType_new()
467 UnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in UnionType_new()
476 CDataType_from_address(PyObject *type, PyObject *value) in CDataType_from_address()
497 CDataType_from_buffer(PyObject *type, PyObject *args) in CDataType_from_buffer()
556 CDataType_from_buffer_copy(PyObject *type, PyObject *args) in CDataType_from_buffer_copy()
609 CDataType_in_dll(PyObject *type, PyObject *args) in CDataType_in_dll()
666 CDataType_from_param(PyObject *type, PyObject *value) in CDataType_from_param()
934 PyCPointerType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCPointerType_new()
[all …]
/external/libxml2/python/
Dlibxml.py223 def entityDecl(self, name, type, externalID, systemID, content): argument
236 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList): argument
240 def elementDecl(self, name, type, content): argument
398 type = property(get_type, None, None, "Node type") variable in xmlCore
678 def __init__(self, *args, **kw):
691 def __init__(self, *args, **kw):
704 def __init__(self, *args, **kw):
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c405 char *kw[] = {"itself", 0}; in CFTypeRefObj_tp_init() local
417 static PyObject *CFTypeRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFTypeRefObj_tp_new()
609 char *kw[] = {"itself", 0}; in CFArrayRefObj_tp_init() local
628 static PyObject *CFArrayRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFArrayRefObj_tp_new()
849 char *kw[] = {"itself", 0}; in CFMutableArrayRefObj_tp_init() local
868 static PyObject *CFMutableArrayRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFMutableArrayRefObj_tp_new()
1042 char *kw[] = {"itself", 0}; in CFDictionaryRefObj_tp_init() local
1061 static PyObject *CFDictionaryRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFDictionaryRefObj_tp_new()
1219 char *kw[] = {"itself", 0}; in CFMutableDictionaryRefObj_tp_init() local
1238 static PyObject *CFMutableDictionaryRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_k… in CFMutableDictionaryRefObj_tp_new()
[all …]
/external/python/cpython2/Mac/Modules/cm/
D_Cmmodule.c268 static PyObject *CmpInstObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CmpInstObj_tp_new()
272 char *kw[] = {"itself", 0}; in CmpInstObj_tp_new() local
706 static PyObject *CmpObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CmpObj_tp_new()
710 char *kw[] = {"itself", 0}; in CmpObj_tp_new() local
/external/python/cpython2/Lib/
Dweakref.py47 def __init__(*args, **kw):
277 def __new__(type, ob, callback, key): argument
/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c439 static char *kw[] = { in FSCatalogInfo_tp_init() local
482 static PyObject *FSCatalogInfo_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FSCatalogInfo_tp_new()
658 static char *kw[] = {"itself", 0}; in FInfo_tp_init() local
670 static PyObject *FInfo_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FInfo_tp_new()
989 static char *kw[] = {"itself", "rawdata", 0}; in Alias_tp_init() local
1022 static PyObject *Alias_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in Alias_tp_new()
1452 static char *kw[] = {"itself", "rawdata", 0}; in FSSpec_tp_init() local
1482 static PyObject *FSSpec_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FSSpec_tp_new()
2039 static char *kw[] = {"itself", "rawdata", 0}; in FSRef_tp_init() local
2069 static PyObject *FSRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FSRef_tp_new()
/external/python/cpython2/Mac/Modules/qdoffs/
D_Qdoffsmodule.c139 static PyObject *GWorldObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in GWorldObj_tp_new()
143 char *kw[] = {"itself", 0}; in GWorldObj_tp_new() local

123