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: AirGate, NodeNS

__init__()

Methods

NS()

__init__()

Attributes

airline

ID of the AirAirline that owns the gate

airport

ID of the AirAirport

code

Unique gate code.

flights

List of IDs of AirFlight s that stop at this gate.

i

The ID of the node

size

Abbreviated size of the gate (eg.

source

All sources that prove the node's existence

classmethod NS()
airline: ID | None

ID of the AirAirline that 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 AirFlight s that stop at this gate. If code==None, all flights under this gate do not have gate information at this airport

i: ID

The ID of the node

size: str | None

Abbreviated size of the gate (eg. S, M)

source: set[str]

All sources that prove the node’s existence