Lines Matching defs:object
416 hook: object
668 object as o: object
671 Print an object to sys.stdout and also save it in builtins._
732 exctype: object
733 value: object
734 traceback: object
793 unraisable: object
804 * object: Object causing the exception, can be None.
818 status: object = None
825 If it is another kind of object, it will be printed and the system
896 the previously interned string object with the same value.
1707 static char *kwlist[] = {"object", "default", 0};
1734 "getsizeof(object [, default]) -> int\n\
1736 Return the size of object in bytes.");
1741 object: object
1744 Return the reference count of object.
1752 sys_getrefcount_impl(PyObject *module, PyObject *object)
1755 return Py_REFCNT(object);
1803 Return a frame object from the call stack.
1805 If optional integer depth is given, return the frame object that many
1880 func: object
1881 args as funcargs: object(subclass_of='&PyTuple_Type')
2427 stdin -- standard input file object; used by input()\n\
2428 stdout -- standard output file object; used by print()\n\
2429 stderr -- standard error object; used for error messages\n\
2488 displayhook() -- print an object to the screen, and save it in builtins._\n\
2495 getrefcount() -- return the reference count for an object (plus one :-)\n\
2497 getsizeof() -- return the size of an object in bytes\n\
2773 if (typeof navigator == 'object') {
2775 } else if (typeof process == 'object') {
3193 return _PyStatus_ERR("failed to create a module object");