Home
last modified time | relevance | path

Searched defs:_kwds (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c402 static int CFTypeRefObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in CFTypeRefObj_tp_init()
417 static PyObject *CFTypeRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFTypeRefObj_tp_new()
606 static int CFArrayRefObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in CFArrayRefObj_tp_init()
628 static PyObject *CFArrayRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFArrayRefObj_tp_new()
846 static int CFMutableArrayRefObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in CFMutableArrayRefObj_tp_init()
868 static PyObject *CFMutableArrayRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFMutableArrayRefObj_tp_new()
1039 static int CFDictionaryRefObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in CFDictionaryRefObj_tp_init()
1061 static PyObject *CFDictionaryRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFDictionaryRefObj_tp_new()
1216 static int CFMutableDictionaryRefObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in CFMutableDictionaryRefObj_tp_init()
1238 …ic PyObject *CFMutableDictionaryRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFMutableDictionaryRefObj_tp_new()
[all …]
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c391 static PyObject *EventRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventRef_tp_new()
612 static PyObject *EventQueueRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventQueueRef_tp_new()
742 static PyObject *EventLoopRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventLoopRef_tp_new()
890 static PyObject *EventLoopTimerRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventLoopTimerRef_tp_new()
1082 static PyObject *EventHandlerRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventHandlerRef_tp_new()
1215 static PyObject *EventHandlerCallRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventHandlerCallRef_tp_new()
1370 static PyObject *EventTargetRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventTargetRef_tp_new()
1500 static PyObject *EventHotKeyRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventHotKeyRef_tp_new()
/external/python/cpython2/Mac/Modules/ibcarbon/
D_IBCarbon.c150 static PyObject *IBNibRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in IBNibRefObj_tp_new()
/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c437 static int FSCatalogInfo_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in FSCatalogInfo_tp_init()
482 static PyObject *FSCatalogInfo_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FSCatalogInfo_tp_new()
655 static int FInfo_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in FInfo_tp_init()
670 static PyObject *FInfo_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FInfo_tp_new()
983 static int Alias_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in Alias_tp_init()
1022 static PyObject *Alias_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in Alias_tp_new()
1447 static int FSSpec_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in FSSpec_tp_init()
1482 static PyObject *FSSpec_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FSSpec_tp_new()
2034 static int FSRef_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in FSRef_tp_init()
2069 static PyObject *FSRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FSRef_tp_new()
/external/python/cpython2/Mac/Modules/cm/
D_Cmmodule.c268 static PyObject *CmpInstObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CmpInstObj_tp_new()
706 static PyObject *CmpObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CmpObj_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()
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c1242 static PyObject *TXNObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in TXNObj_tp_new()
1396 static PyObject *TXNFontMenuObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in TXNFontMenuObj_tp_new()
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c579 static int ResObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in ResObj_tp_init()
610 static PyObject *ResObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in ResObj_tp_new()
/external/python/cpython2/Mac/Modules/osa/
D_OSAmodule.c801 static PyObject *OSAObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in OSAObj_tp_new()
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c746 static PyObject *DragObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in DragObj_tp_new()
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c741 static PyObject *ListObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in ListObj_tp_new()
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c988 static PyObject *TEObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in TEObj_tp_new()
/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c1199 static PyObject *CGContextRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CGContextRefObj_tp_new()
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c961 static PyObject *DlgObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in DlgObj_tp_new()
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c870 static PyObject *AEDesc_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in AEDesc_tp_new()
/external/scapy/scapy/contrib/
Dhttp2.py1329 def dispatch_hook(cls, s=None, *_args, **_kwds):
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c119 static PyObject *ThemeDrawingStateObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in ThemeDrawingStateObj_tp_new()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c2594 static PyObject *WinObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in WinObj_tp_new()
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c1346 static PyObject *GrafObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in GrafObj_tp_new()
1545 static PyObject *BMObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in BMObj_tp_new()
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c2541 static PyObject *MenuObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in MenuObj_tp_new()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c159 static PyObject *IdleManagerObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in IdleManagerObj_tp_new()
1279 static PyObject *MovieCtlObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in MovieCtlObj_tp_new()
1773 static PyObject *TimeBaseObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in TimeBaseObj_tp_new()
2144 static PyObject *UserDataObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in UserDataObj_tp_new()
3386 static PyObject *MediaObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in MediaObj_tp_new()
4734 static PyObject *TrackObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in TrackObj_tp_new()
7287 static PyObject *MovieObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in MovieObj_tp_new()
7411 static PyObject *SGOutputObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in SGOutputObj_tp_new()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c3853 static PyObject *CtlObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CtlObj_tp_new()