gatelogue_types.AirGateNS
- class gatelogue_types.AirGateNS(*, i: ID = None, source: set[str] = <factory>, code: str | None, size: str | None = None, flights: list[ID] = <factory>, airport: ID, airline: ID | None = None)
Bases:
NodeNS,_AirGate- __init__()
Methods
__init__()Attributes
ID of the
AirAirlinethat owns the gateID of the
AirAirportUnique gate code.
List of IDs of
AirFlights that stop at this gate.The ID of the node
Abbreviated size of the gate (eg.
All sources that prove the node's existence
- airline: ID | None
ID of the
AirAirlinethat owns the gate
- airport: ID
ID of the
AirAirport
- code: str | None
Unique gate code. If
None, all flights under this gate do not have gate information at this airport
- flights: list[ID]
List of IDs of
AirFlights that stop at this gate. Ifcode==None, all flights under this gate do not have gate information at this airport
- i: ID
The ID of the node