gatelogue_types.air.Aircraft
- class gatelogue_types.air.Aircraft(conn: sqlite3.Connection, name: str)
Bases:
objectAn aircraft model.
- __init__(conn: sqlite3.Connection, name: str)
Methods
__init__(conn, name)create(conn, *, name, manufacturer, width, ...)Internal use
Attributes
Height of the aircraft
Length of the aircraft
Manufacturing company or person of the aircraft
The technology the aircraft is for
Width (Wingspan) of the aircraft
- classmethod create(conn: sqlite3.Connection, *, name: str, manufacturer: str, width: int, height: int, length: int, mode: AirMode) Self
Internal use
- property manufacturer
Manufacturing company or person of the aircraft
- property mode: AirMode
The technology the aircraft is for