[ 683376 ] Adding NotImplementedType to types.py
This commit is contained in:
parent
f163d10fbe
commit
ba20533d82
|
@ -85,5 +85,6 @@ SliceType = slice
|
|||
EllipsisType = type(Ellipsis)
|
||||
|
||||
DictProxyType = type(TypeType.__dict__)
|
||||
NotImplementedType = type(NotImplemented)
|
||||
|
||||
del sys, _f, _C, _x # Not for export
|
||||
|
|
Loading…
Reference in New Issue