-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
>>> import builtins
>>> print(builtins.__doc__)
Built-in functions, exceptions, and other objects.
Noteworthy: None is the `nil' object; Ellipsis represents `...' in slices.
>>> A few possible improvements:
Noneis not actually in the builtins module, as it's a keywordEllipsishas more uses than just slices- The docstring doesn't explain what "builtins" means. It should say that this module is special in that its namespace is always available, or something along those lines.
Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir