mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[ 683376 ] Adding NotImplementedType to types.py
This commit is contained in:
parent
f163d10fbe
commit
ba20533d82
1 changed files with 1 additions and 0 deletions
|
@ -85,5 +85,6 @@ SliceType = slice
|
||||||
EllipsisType = type(Ellipsis)
|
EllipsisType = type(Ellipsis)
|
||||||
|
|
||||||
DictProxyType = type(TypeType.__dict__)
|
DictProxyType = type(TypeType.__dict__)
|
||||||
|
NotImplementedType = type(NotImplemented)
|
||||||
|
|
||||||
del sys, _f, _C, _x # Not for export
|
del sys, _f, _C, _x # Not for export
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue