Home
last modified time | relevance | path

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

1234

/external/python/cpython3/Modules/
Dparsermodule.c332 parser_newstobject(node *st, int type) in parser_newstobject()
377 parser_st2tuple(PyST_Object *self, PyObject *args, PyObject *kw) in parser_st2tuple()
413 parser_st2list(PyST_Object *self, PyObject *args, PyObject *kw) in parser_st2list()
448 parser_compilest(PyST_Object *self, PyObject *args, PyObject *kw) in parser_compilest()
501 parser_isexpr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_isexpr()
524 parser_issuite(PyST_Object *self, PyObject *args, PyObject *kw) in parser_issuite()
565 parser_do_parse(PyObject *args, PyObject *kw, const char *argspec, int type) in parser_do_parse()
606 parser_expr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_expr()
614 parser_suite(PyST_Object *self, PyObject *args, PyObject *kw) in parser_suite()
644 int type = TYPE(tree); in validate_node() local
[all …]
D_datetimemodule.c639 time_alloc(PyTypeObject *type, Py_ssize_t aware) in time_alloc()
654 datetime_alloc(PyTypeObject *type, Py_ssize_t aware) in datetime_alloc()
857 new_date_ex(int year, int month, int day, PyTypeObject *type) in new_date_ex()
901 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
935 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
982 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
1013 PyObject *tzinfo, PyTypeObject *type) in new_time_ex()
1029 PyTypeObject *type) in new_delta_ex()
1075 PyTypeObject *type = &PyDateTime_TimeZoneType; in create_timezone() local
1833 microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type) in microseconds_to_delta_ex()
[all …]
D_functoolsmodule.c19 PyObject *kw; member
30 partial_new(PyTypeObject *type, PyObject *args, PyObject *kw) in partial_new()
369 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
1136 lru_cache_new(PyTypeObject *type, PyObject *args, PyObject *kw) in lru_cache_new()
1251 lru_cache_descr_get(PyObject *self, PyObject *obj, PyObject *type) in lru_cache_descr_get()
/external/python/setuptools/setuptools/
Dsandbox.py101 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.c96 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
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()
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.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 …]
/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.py472 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/
Dclassobject.c210 method_new(PyTypeObject* type, PyObject* args, PyObject *kw) in method_new()
463 instancemethod_call(PyObject *self, PyObject *arg, PyObject *kw) in instancemethod_call()
469 instancemethod_descr_get(PyObject *descr, PyObject *obj, PyObject *type) { in instancemethod_descr_get()
554 instancemethod_new(PyTypeObject* type, PyObject* args, PyObject *kw) in instancemethod_new()
Dsliceobject.c22 ellipsis_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in ellipsis_new()
297 slice_new(PyTypeObject *type, PyObject *args, PyObject *kw) in slice_new()
/external/python/cpython3/Lib/tkinter/
D__init__.py659 def tk_setPalette(self, *args, **kw):
845 def clipboard_get(self, **kw):
868 def clipboard_clear(self, **kw):
876 def clipboard_append(self, string, **kw):
948 def selection_clear(self, **kw):
953 def selection_get(self, **kw):
971 def selection_handle(self, command, **kw):
987 def selection_own(self, **kw):
995 def selection_own_get(self, **kw):
1460 def _options(self, cnf, kw = None): argument
[all …]
/external/python/cpython3/Lib/email/
Dmessage.py774 def set_type(self, type, header='Content-Type', requote=True): argument
1093 def get_content(self, *args, content_manager=None, **kw):
1098 def set_content(self, *args, content_manager=None, **kw):
1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw):
1149 def add_related(self, *args, **kw):
1152 def add_alternative(self, *args, **kw):
1155 def add_attachment(self, *args, **kw):
1170 def set_content(self, *args, **kw):
/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.c234 slice_new(PyTypeObject *type, PyObject *args, PyObject *kw) in slice_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/cpython3/Lib/asyncio/
Dcoroutines.py64 def throw(self, type, value=None, traceback=None): argument
123 def coro(*args, **kw):
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py1073 async def getaddrinfo(*args, **kw):
1083 def _socket(*args, **kw):
1104 def getaddrinfo(*args, **kw):
1193 async def getaddrinfo(*args, **kw):
1205 async def getaddrinfo(*args, **kw):
1220 async def getaddrinfo(*args, **kw):
1247 async def getaddrinfo(*args, **kw):
1375 async def getaddrinfo(host, *args, **kw):
1398 def getaddrinfo(host, port, *args, **kw):
1513 async def getaddrinfo(*args, **kw):
[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/cpython3/Modules/_ctypes/
D_ctypes.c149 _DictRemover_call(PyObject *myself, PyObject *args, PyObject *kw) in _DictRemover_call()
480 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
555 PyCStructType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCStructType_new()
561 UnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in UnionType_new()
570 CDataType_from_address(PyObject *type, PyObject *value) in CDataType_from_address()
591 CDataType_from_buffer(PyObject *type, PyObject *args) in CDataType_from_buffer()
671 CDataType_from_buffer_copy(PyObject *type, PyObject *args) in CDataType_from_buffer_copy()
719 CDataType_in_dll(PyObject *type, PyObject *args) in CDataType_in_dll()
781 CDataType_from_param(PyObject *type, PyObject *value) in CDataType_from_param()
1048 PyCPointerType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCPointerType_new()
[all …]
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c197 _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/
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):

1234