D | command_printer.py | 99 def read_int(self, size: int, signed: bool = False, big_endian: bool = False) -> int: argument 119 signed: bool = False, argument 120 big_endian: bool = False, argument 121 optional: bool = False, argument 202 def check_null(self, field_name: str, indent) -> bool: 208 def write_struct(self, field_name: str, struct_fn, optional: bool, count: Optional[int], argument
|