pydoc > _sitebuiltins

📖 NAME

_sitebuiltins - The objects used by the site module to add custom builtins.

🚀 Quick Reference

Use CaseCommandDescription
Exit the interpreterquit() or exit()Quit the Python interpreter (provided by the Quitter class).
Exit with a specific codequit(1) or exit(1)Exit with a numeric exit code (e.g., for error signaling).
Understand the built-in objectshelp(quit)Show documentation for the quit object (instance of Quitter).

📚 MODULE REFERENCE

https://docs.python.org/3.10/library/_sitebuiltins.html

The following documentation is automatically generated from the Python source files. It may be incomplete, incorrect or include features that are considered implementation detail and may vary between Python implementations. When in doubt, consult the module reference at the location listed above.

📦 CLASSES

builtins.object

🔹 Class Quitter

class Quitter(builtins.object)

 |  Quitter(name, eof)
 |

📋 Methods defined here:

📊 Data descriptors defined here:

📁 FILE

/usr/lib/python3.10/_sitebuiltins.py

_sitebuiltins
📖 NAME 🚀 Quick Reference 📚 MODULE REFERENCE 📦 CLASSES
🔹 Class Quitter
📁 FILE

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-01 17:03 @216.73.216.239
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!