Undefined didn't make it into the standard.
This commit is contained in:
parent
052035eaa8
commit
cbf79d2711
|
@ -224,10 +224,6 @@ are still controversial or not fully specified.)
|
||||||
|
|
||||||
* x = [] # type: Sequence[int]
|
* x = [] # type: Sequence[int]
|
||||||
|
|
||||||
- Type declarations using Undefined, e.g.
|
|
||||||
|
|
||||||
* x = Undefined(str)
|
|
||||||
|
|
||||||
- Casts using cast(T, x), e.g.
|
- Casts using cast(T, x), e.g.
|
||||||
|
|
||||||
* x = cast(Any, frobozz())
|
* x = cast(Any, frobozz())
|
||||||
|
|
Loading…
Reference in New Issue