Home
last modified time | relevance | path

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

1234

/external/python/setuptools/setuptools/
Dsandbox.py102 def dump(type, exc): argument
125 def __exit__(self, type, exc, tb): argument
304 def wrap(self, src, dst, *args, **kw):
318 def wrap(self, path, *args, **kw):
355 def wrap(self, path, *args, **kw):
370 def wrap(self, *args, **kw):
386 def _remap_input(self, operation, path, *args, **kw):
394 def _remap_pair(self, operation, src, dst, *args, **kw):
440 def _violation(self, operation, *args, **kw):
447 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 …]
Dthreadmodule.c267 PyObject *kw; member
328 local_new(PyTypeObject *type, PyObject *args, PyObject *kw) in local_new()
/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.c23 ellipsis_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in ellipsis_new()
303 slice_new(PyTypeObject *type, PyObject *args, PyObject *kw) in slice_new()
/external/python/cpython3/Lib/tkinter/
D__init__.py693 def tk_setPalette(self, *args, **kw):
883 def clipboard_get(self, **kw):
906 def clipboard_clear(self, **kw):
914 def clipboard_append(self, string, **kw):
986 def selection_clear(self, **kw):
991 def selection_get(self, **kw):
1009 def selection_handle(self, command, **kw):
1025 def selection_own(self, **kw):
1033 def selection_own_get(self, **kw):
1497 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/Modules/
D_datetimemodule.c636 time_alloc(PyTypeObject *type, Py_ssize_t aware) in time_alloc()
648 datetime_alloc(PyTypeObject *type, Py_ssize_t aware) in datetime_alloc()
848 new_date_ex(int year, int month, int day, PyTypeObject *type) in new_date_ex()
892 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
926 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
973 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
1004 PyObject *tzinfo, PyTypeObject *type) in new_time_ex()
1020 PyTypeObject *type) in new_delta_ex()
1066 PyTypeObject *type = &PyDateTime_TimeZoneType; in create_timezone() local
1824 microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type) in microseconds_to_delta_ex()
[all …]
D_functoolsmodule.c39 PyObject *kw; member
51 get_functools_state_by_type(PyTypeObject *type) in get_functools_state_by_type()
61 partial_new(PyTypeObject *type, PyObject *args, PyObject *kw) in partial_new()
421 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
1156 lru_cache_new(PyTypeObject *type, PyObject *args, PyObject *kw) in lru_cache_new()
1292 lru_cache_descr_get(PyObject *self, PyObject *obj, PyObject *type) in lru_cache_descr_get()
/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.py1093 async def getaddrinfo(*args, **kw):
1103 def _socket(*args, **kw):
1124 def getaddrinfo(*args, **kw):
1211 async def getaddrinfo(*args, **kw):
1223 async def getaddrinfo(*args, **kw):
1238 async def getaddrinfo(*args, **kw):
1265 async def getaddrinfo(*args, **kw):
1393 async def getaddrinfo(host, *args, **kw):
1416 def getaddrinfo(host, port, *args, **kw):
1531 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/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/python/cpython3/Modules/_ctypes/
D_ctypes.c155 _DictRemover_call(PyObject *myself, PyObject *args, PyObject *kw) in _DictRemover_call()
486 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
562 PyCStructType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCStructType_new()
568 UnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in UnionType_new()
577 CDataType_from_address(PyObject *type, PyObject *value) in CDataType_from_address()
598 CDataType_from_buffer(PyObject *type, PyObject *args) in CDataType_from_buffer()
678 CDataType_from_buffer_copy(PyObject *type, PyObject *args) in CDataType_from_buffer_copy()
726 CDataType_in_dll(PyObject *type, PyObject *args) in CDataType_in_dll()
788 CDataType_from_param(PyObject *type, PyObject *value) in CDataType_from_param()
1055 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