chiark / gitweb /
documentation/python: handle ... in type annotations.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 4 Sep 2019 18:33:36 +0000 (20:33 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 5 Sep 2019 16:25:42 +0000 (18:25 +0200)
commit0925097894b3479e8cbbbfc1dcdd32c963666b0a
tree61c4d55d12f4d15328e2cb4abfcd9fe0d5a76268
parente0f38c84160c1333e5d170100e00706c27c43e88
documentation/python: handle ... in type annotations.

Until now I didn't know code like `if annotation is ...` is possible.
What will come next, using // as an operator?!
documentation/python.py
documentation/test_python/inspect_annotations/inspect_annotations.html
documentation/test_python/inspect_annotations/inspect_annotations.py