gatelogue_types.AirAirlineNS

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

Bases: AirAirline, NodeNS

__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

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

classmethod NS()
flights: list[ID]

List of IDs of all AirFlight s the airline operates

gates: list[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