Lines Matching defs:object
38 "displayhook($module, object, /)\n"
41 "Print an object to sys.stdout and also save it in builtins._");
134 "* object: Object causing the exception, can be None.");
147 "If it is another kind of object, it will be printed and the system\n"
238 "the previously interned string object with the same value.");
726 "getrefcount($module, object, /)\n"
729 "Return the reference count of object.\n"
739 sys_getrefcount_impl(PyObject *module, PyObject *object);
742 sys_getrefcount(PyObject *module, PyObject *object)
747 _return_value = sys_getrefcount_impl(module, object);
847 "Return a frame object from the call stack.\n"
849 "If optional integer depth is given, return the frame object that many\n"