/external/python/cpython3/Modules/ |
D | parsermodule.c | 336 parser_newstobject(node *st, int type) in parser_newstobject() 381 parser_st2tuple(PyST_Object *self, PyObject *args, PyObject *kw) in parser_st2tuple() 417 parser_st2list(PyST_Object *self, PyObject *args, PyObject *kw) in parser_st2list() 452 parser_compilest(PyST_Object *self, PyObject *args, PyObject *kw) in parser_compilest() 505 parser_isexpr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_isexpr() 528 parser_issuite(PyST_Object *self, PyObject *args, PyObject *kw) in parser_issuite() 569 parser_do_parse(PyObject *args, PyObject *kw, const char *argspec, int type) in parser_do_parse() 608 parser_expr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_expr() 616 parser_suite(PyST_Object *self, PyObject *args, PyObject *kw) in parser_suite() 646 int type = TYPE(tree); in validate_node() local [all …]
|
D | _datetimemodule.c | 622 time_alloc(PyTypeObject *type, Py_ssize_t aware) in time_alloc() 637 datetime_alloc(PyTypeObject *type, Py_ssize_t aware) in datetime_alloc() 840 new_date_ex(int year, int month, int day, PyTypeObject *type) in new_date_ex() 884 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2() 918 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex() 965 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2() 996 PyObject *tzinfo, PyTypeObject *type) in new_time_ex() 1012 PyTypeObject *type) in new_delta_ex() 1058 PyTypeObject *type = &PyDateTime_TimeZoneType; in create_timezone() local 1815 microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type) in microseconds_to_delta_ex() [all …]
|
D | _functoolsmodule.c | 20 PyObject *kw; member 29 partial_new(PyTypeObject *type, PyObject *args, PyObject *kw) in partial_new() 332 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local 1093 lru_cache_new(PyTypeObject *type, PyObject *args, PyObject *kw) in lru_cache_new() 1204 lru_cache_descr_get(PyObject *self, PyObject *obj, PyObject *type) in lru_cache_descr_get()
|
/external/python/setuptools/setuptools/ |
D | sandbox.py | 101 def dump(type, exc): argument 123 def __exit__(self, type, exc, tb): argument 294 def wrap(self, src, dst, *args, **kw): 308 def wrap(self, path, *args, **kw): 329 def wrap(self, path, *args, **kw): 344 def wrap(self, *args, **kw): 360 def _remap_input(self, operation, path, *args, **kw): 368 def _remap_pair(self, operation, src, dst, *args, **kw): 405 def _violation(self, operation, *args, **kw): 411 def _file(self, path, mode='r', *args, **kw): [all …]
|
/external/python/cpython2/Modules/ |
D | _functoolsmodule.c | 96 PyObject *kw; member 104 partial_new(PyTypeObject *type, PyObject *args, PyObject *kw) in partial_new() 158 partial_call(partialobject *pto, PyObject *args, PyObject *kw) in partial_call() 288 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
|
D | parsermodule.c | 296 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 …]
|
D | operator.c | 464 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()
|
D | datetimemodule.c | 606 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() 1552 microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type) in microseconds_to_delta_ex() 1934 delta_new(PyTypeObject *type, PyObject *args, PyObject *kw) in delta_new() 2283 date_new(PyTypeObject *type, PyObject *args, PyObject *kw) in date_new() 2526 date_strftime(PyDateTime_Date *self, PyObject *args, PyObject *kw) in date_strftime() [all …]
|
D | _sre.c | 90 #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 …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 14 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 …]
|
D | Tkinter.py | 472 def tk_setPalette(self, *args, **kw): 633 def clipboard_get(self, **kw): 656 def clipboard_clear(self, **kw): 663 def clipboard_append(self, string, **kw): 725 def selection_clear(self, **kw): 729 def selection_get(self, **kw): 746 def selection_handle(self, command, **kw): 761 def selection_own(self, **kw): 768 def selection_own_get(self, **kw): 1167 def _options(self, cnf, kw = None): argument [all …]
|
/external/python/cpython3/Objects/ |
D | classobject.c | 166 method_new(PyTypeObject* type, PyObject* args, PyObject *kw) in method_new() 489 instancemethod_call(PyObject *self, PyObject *arg, PyObject *kw) in instancemethod_call() 495 instancemethod_descr_get(PyObject *descr, PyObject *obj, PyObject *type) { in instancemethod_descr_get() 580 instancemethod_new(PyTypeObject* type, PyObject* args, PyObject *kw) in instancemethod_new()
|
D | sliceobject.c | 22 ellipsis_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in ellipsis_new() 296 slice_new(PyTypeObject *type, PyObject *args, PyObject *kw) in slice_new()
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 616 def tk_setPalette(self, *args, **kw): 786 def clipboard_get(self, **kw): 809 def clipboard_clear(self, **kw): 816 def clipboard_append(self, string, **kw): 878 def selection_clear(self, **kw): 882 def selection_get(self, **kw): 899 def selection_handle(self, command, **kw): 914 def selection_own(self, **kw): 921 def selection_own_get(self, **kw): 1315 def _options(self, cnf, kw = None): argument [all …]
|
/external/python/cpython3/Lib/email/ |
D | message.py | 774 def set_type(self, type, header='Content-Type', requote=True): argument 1084 def get_content(self, *args, content_manager=None, **kw): 1089 def set_content(self, *args, content_manager=None, **kw): 1130 def _add_multipart(self, _subtype, *args, _disp=None, **kw): 1140 def add_related(self, *args, **kw): 1143 def add_alternative(self, *args, **kw): 1146 def add_attachment(self, *args, **kw): 1161 def set_content(self, *args, **kw):
|
/external/python/cpython2/Objects/ |
D | funcobject.c | 363 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()
|
D | rangeobject.c | 65 range_new(PyTypeObject *type, PyObject *args, PyObject *kw) in range_new()
|
D | sliceobject.c | 234 slice_new(PyTypeObject *type, PyObject *args, PyObject *kw) in slice_new()
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 391 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/cpython3/Lib/asyncio/ |
D | coroutines.py | 63 def throw(self, type, value=None, traceback=None): argument 119 def coro(*args, **kw):
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_base_events.py | 1057 def getaddrinfo(*args, **kw): 1068 def _socket(*args, **kw): 1089 def getaddrinfo(*args, **kw): 1178 def getaddrinfo(*args, **kw): 1190 async def getaddrinfo(*args, **kw): 1206 def getaddrinfo(*args, **kw): 1234 def getaddrinfo(*args, **kw): 1336 def getaddrinfo(host, *args, **kw): 1359 def getaddrinfo(host, port, *args, **kw): 1475 def getaddrinfo(*args, **kw): [all …]
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 149 _DictRemover_call(PyObject *myself, PyObject *args, PyObject *kw) in _DictRemover_call() 428 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new() 489 PyCStructType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCStructType_new() 495 UnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in UnionType_new() 504 CDataType_from_address(PyObject *type, PyObject *value) in CDataType_from_address() 525 CDataType_from_buffer(PyObject *type, PyObject *args) in CDataType_from_buffer() 599 CDataType_from_buffer_copy(PyObject *type, PyObject *args) in CDataType_from_buffer_copy() 641 CDataType_in_dll(PyObject *type, PyObject *args) in CDataType_in_dll() 698 CDataType_from_param(PyObject *type, PyObject *value) in CDataType_from_param() 962 PyCPointerType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCPointerType_new() [all …]
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | _IBCarbon.c | 150 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.c | 197 _DictRemover_call(PyObject *_self, PyObject *args, PyObject *kw) in _DictRemover_call() 471 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new() 532 PyCStructType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCStructType_new() 538 UnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in UnionType_new() 547 CDataType_from_address(PyObject *type, PyObject *value) in CDataType_from_address() 568 CDataType_from_buffer(PyObject *type, PyObject *args) in CDataType_from_buffer() 627 CDataType_from_buffer_copy(PyObject *type, PyObject *args) in CDataType_from_buffer_copy() 680 CDataType_in_dll(PyObject *type, PyObject *args) in CDataType_in_dll() 737 CDataType_from_param(PyObject *type, PyObject *value) in CDataType_from_param() 1005 PyCPointerType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCPointerType_new() [all …]
|
/external/libxml2/python/ |
D | libxml.py | 223 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):
|