Tin mới
reprlib — Alternate repr() implementation
graphlib — Functionality to operate with graph-like structures
This page contains the API reference information. For tutorial information and discussion of more advanced topics, see
Member values can be anything: int, str, etc. If the exact value is unimportant you may use auto instances and an appropriate value will be chosen for you. See auto for the details.
EnumDict is a subclass of dict that is used as the namespace for defining enum classes (see Preparing the class namespace). It is exposed to allow subclasses of EnumType with advanced behavior like having multiple values
collections.abc.MutableMapping
EnumDict is a subclass of dict that is used as the namespace for defining enum classes (see Preparing the class namespace). It is exposed to allow subclasses of EnumType with advanced behavior like having multiple values