Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
48c2eb91
Commit
48c2eb91
authored
Jan 04, 2001
by
Neil Schemenauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the NotImplemented object.
parent
5a571639
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Doc/ref/ref3.tex
Doc/ref/ref3.tex
+9
-0
No files found.
Doc/ref/ref3.tex
View file @
48c2eb91
...
...
@@ -130,6 +130,15 @@ Its truth value is false.
\ttindex
{
None
}
\obindex
{
None@
{
\texttt
{
None
}}}
\item
[NotImplemented]
This type has a single value. There is a single object with this value.
This object is accessed through the built-in name
\code
{
NotImplemented
}
.
Binary number methods may return this value if they do not implement the
operation for the types of operands provided. The interpreter will then
try the reverse operation. Its truth value is true.
\ttindex
{
NotImplemented
}
\obindex
{
NotImplemented@
{
\texttt
{
NotImplemented
}}}
\item
[Ellipsis]
This type has a single value. There is a single object with this value.
This object is accessed through the built-in name
\code
{
Ellipsis
}
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment