Lines Matching defs:dict
1850 Return a dict mapping each thread's thread id to its current stack frame.
1865 Return a dict mapping each thread's identifier to its current raised exception.
2103 * regular CPython list, dict, and unicode APIs.
2696 /* populate the dict */
2736 /* dict ready */
2856 -1, /* multiple "initialization" just copies the module dict. */
3051 PyObject *dict = PyDict_New();
3052 if (dict == NULL) {
3058 if (sys_add_xoption(dict, option) < 0) {
3059 Py_DECREF(dict);
3064 return dict;