mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
[ 683376 ] Adding NotImplementedType to types.py
This commit is contained in:
@@ -85,5 +85,6 @@ SliceType = slice
|
||||
EllipsisType = type(Ellipsis)
|
||||
|
||||
DictProxyType = type(TypeType.__dict__)
|
||||
NotImplementedType = type(NotImplemented)
|
||||
|
||||
del sys, _f, _C, _x # Not for export
|
||||
|
||||
Reference in New Issue
Block a user