gatelogue_types.AirAirline

class gatelogue_types.AirAirline(*, i: ID = None, source: set[str] = <factory>, name: str, link: Sourced[str] | None = None, flights: list[Sourced[ID]] = <factory>, gates: list[Sourced[ID]] = <factory>)

Bases: Node, _AirAirline

__init__()

Methods

__init__()

Attributes

flights

List of IDs of all AirFlight s the airline operates

gates

List of IDs of all AirGate s the airline owns or operates

i

The ID of the node

link

Link to the MRT Wiki page for the airline

name

Name of the airline

source

All sources that prove the node's existence

flights: list[Sourced[ID]]

List of IDs of all AirFlight s the airline operates

gates: list[Sourced[ID]]

List of IDs of all AirGate s the airline owns or operates

i: ID

The ID of the node

Link to the MRT Wiki page for the airline

name: str

Name of the airline

source: set[str]

All sources that prove the node’s existence