Lines Matching defs:value
47 "excepthook($module, exctype, value, traceback, /)\n"
56 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value,
64 PyObject *value;
71 value = args[1];
73 return_value = sys_excepthook_impl(module, exctype, value, traceback);
105 "Return current exception information: (type, value, traceback).\n"
131 "* exc_value: Exception value, can be None.\n"
238 "the previously interned string object with the same value.");
317 "A typical value is 0.005 (5 milliseconds).");
499 "Return the current value of the recursion limit.\n"
623 "Return the current value of the flags that are used for dlopen calls.\n"