Freeciv-3.3
|
Static Public Attributes | |
TYPE_PATTERN = re.compile(r"^bool\d*$") | |
bool | foldable = True |
![]() | |
TYPE_PATTERN = re.compile(r"^[su]int\d+$") | |
![]() | |
str | dataio_type |
str | public_type |
str | DEFAULT_REGISTRY = TypeRegistry(BasicType) |
![]() | |
bool | foldable = False |
bool | complex = False |
![]() | |
str | FieldTypeConstructor = typing.Callable[[str, str], RawFieldType] |
Additional Inherited Members | |
![]() | |
dataio_type | |
public_type | |
![]() | |
_compat_keys (self, Location location, str packet) | |
Type information for a boolean field
Definition at line 1005 of file generate_packets.py.
Reimplemented from generate_packets.IntType.
Definition at line 1014 of file generate_packets.py.
Reimplemented from generate_packets.IntType.
Definition at line 1016 of file generate_packets.py.
Reimplemented from generate_packets.IntType.
Definition at line 1017 of file generate_packets.py.
Definition at line 1011 of file generate_packets.py.
|
static |
Definition at line 1008 of file generate_packets.py.