Home
last modified time | relevance | path

Searched defs:mydict (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_dict_version.py19 def check_version_unique(self, mydict): argument
24 def check_version_changed(self, mydict, method, *args, **kw): argument
29 def check_version_dont_change(self, mydict, method, *args, **kw): argument
Dmapping_tests.py440 class mydict(self.type2test): class
568 class mydict(self.type2test): class
Dtest_dict.py231 class mydict(dict): class
Dtest_descr.py3558 class mydict(dict): class
/external/scapy/scapy/
Dmain.py290 def init_session(session_name, mydict=None): argument
369 def interact(mydict=None,argv=None,mybanner=None,loglevel=20): argument
/external/python/cpython2/Python/
Derrors.c582 PyObject *mydict = NULL; in PyErr_NewException() local
633 PyObject *mydict = NULL; /* points to the dict only if we create it */ in PyErr_NewExceptionWithDoc() local
/external/python/cpython2/Lib/test/
Dmapping_tests.py458 class mydict(self.type2test): class
594 class mydict(self.type2test): class
Dtest_dict.py226 class mydict(dict): class
Dtest_descr.py3782 class mydict(dict): class
/external/python/cpython3/Python/
Derrors.c864 PyObject *mydict = NULL; in PyErr_NewException() local
916 PyObject *mydict = NULL; /* points to the dict only if we create it */ in PyErr_NewExceptionWithDoc() local
/external/libevent/
Devent_rpcgen.py41 def TranslateList(mylist, mydict): argument
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2678 PyObject *dict, *mydict; in PyCData_setstate() local
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2794 PyObject *dict, *mydict; in PyCData_setstate() local