gatelogue_types.AirAirline

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

Bases: Node

__init__()

Methods

NS()

__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

link

Link to the MRT Wiki page for the airline

name

Name of the airline

i

The ID of the node

source

All sources that prove the node's existence

classmethod NS()
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