Freeciv-3.2
|
Public Member Functions | |
__init__ (self, str dataio_info, str public_type) | |
__init__ (self, "re.Match[str]" dataio_info, str public_type) | |
__init__ (self, "str | re.Match[str]" dataio_info, str public_type) | |
![]() | |
str | get_code_hash (self, Location location) |
str | get_code_get (self, Location location, bool deep_diff=False) |
![]() | |
str | get_code_declaration (self, Location location) |
str | get_code_handle_param (self, Location location) |
str | get_code_fill (self, Location location) |
str | get_code_cmp (self, Location location) |
str | get_code_put (self, Location location, bool deep_diff=False) |
str | __str__ (self) |
![]() | |
"FieldType" | array (self, SizeInfo size) |
str | get_code_handle_arg (self, Location location) |
![]() | |
str | __repr__ (self) |
Static Public Attributes | |
TYPE_PATTERN = re.compile(r"^bool\d*$") | |
bool | foldable = True |
![]() | |
TYPE_PATTERN = re.compile(r"^[su]int\d+$") | |
![]() | |
bool | foldable = False |
Additional Inherited Members | |
![]() | |
dataio_type | |
public_type | |
Type information for a boolean field
Definition at line 813 of file generate_packets.py.
Reimplemented from generate_packets.IntType.
Definition at line 822 of file generate_packets.py.
Reimplemented from generate_packets.IntType.
Definition at line 824 of file generate_packets.py.
Reimplemented from generate_packets.IntType.
Definition at line 825 of file generate_packets.py.
Definition at line 819 of file generate_packets.py.
|
static |
Definition at line 816 of file generate_packets.py.