Home
Press ? for keyboard navigation
❮
Optional type (variable can also be None)
Define complex type alias
❯
Define type alias
examples/python-types-at-pyweb-2025-01/defined_type_alias.py
LabelType
=
str
txt
=
"hello"
label
:
LabelType
=
txt
print
(
label
)
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)