Skip to content

Aircraft

aircraft ¤

Classes:

Name Description
Aircraft

Aircraft ¤

Classes:

Name Description
CargoConfig
ParseResult
PaxConfig
SearchResult
SearchType

Members:

Suggestion
Type

Members:

Methods:

Name Description
search
suggest
to_dict

Attributes:

Name Type Description
capacity int
ceil int
check_cost int
co2 float
co2_mod bool
cost int
crew int
eid int
ename str
engineers int
fourx_mod bool
fuel float
fuel_mod bool
id int
img str
length int
maint int
manufacturer str
name str
pilots int
priority int
range int
rwy int
shortname str
speed float
speed_mod bool
technicians int
type Type
valid bool
wingspan int

capacity property ¤

capacity: int

ceil property ¤

ceil: int

check_cost property ¤

check_cost: int

co2 property ¤

co2: float

co2_mod property ¤

co2_mod: bool

cost property ¤

cost: int

crew property ¤

crew: int

eid property ¤

eid: int

ename property ¤

ename: str

engineers property ¤

engineers: int

fourx_mod property ¤

fourx_mod: bool

fuel property ¤

fuel: float

fuel_mod property ¤

fuel_mod: bool

id property ¤

id: int

img property ¤

img: str

length property ¤

length: int

maint property ¤

maint: int

manufacturer property ¤

manufacturer: str

name property ¤

name: str

pilots property ¤

pilots: int

priority property ¤

priority: int

range property ¤

range: int

rwy property ¤

rwy: int

shortname property ¤

shortname: str

speed property ¤

speed: float

speed_mod property ¤

speed_mod: bool

technicians property ¤

technicians: int

type property ¤

type: Type

valid property ¤

valid: bool

wingspan property ¤

wingspan: int

CargoConfig ¤

Classes:

Name Description
Algorithm

Members:

Methods:

Name Description
to_dict

Attributes:

Name Type Description
algorithm Algorithm
h int
l int
valid bool
algorithm property ¤
algorithm: Algorithm
h property ¤
h: int
l property ¤
l: int
valid property ¤
valid: bool
Algorithm ¤
Algorithm(value: int)

Members:

AUTO

L

H

Attributes:

Name Type Description
AUTO Algorithm
H Algorithm
L Algorithm
name str
value int
AUTO class-attribute ¤
AUTO: Algorithm
H class-attribute ¤
L class-attribute ¤
name property ¤
name: str
value property ¤
value: int
_pybind11_conduit_v1_ staticmethod ¤
_pybind11_conduit_v1_(*args, **kwargs)
_pybind11_conduit_v1_ staticmethod ¤
_pybind11_conduit_v1_(*args, **kwargs)
to_dict ¤
to_dict() -> dict

ParseResult ¤

Attributes:

Name Type Description
co2_mod bool
fourx_mod bool
fuel_mod bool
priority int
search_str str
search_type SearchType
speed_mod bool
co2_mod property ¤
co2_mod: bool
fourx_mod property ¤
fourx_mod: bool
fuel_mod property ¤
fuel_mod: bool
priority property ¤
priority: int
search_str property ¤
search_str: str
search_type property ¤
search_type: SearchType
speed_mod property ¤
speed_mod: bool
_pybind11_conduit_v1_ staticmethod ¤
_pybind11_conduit_v1_(*args, **kwargs)

PaxConfig ¤

Classes:

Name Description
Algorithm

Members:

Methods:

Name Description
to_dict

Attributes:

Name Type Description
algorithm Algorithm
f int
j int
valid bool
y int
algorithm property ¤
algorithm: Algorithm
f property ¤
f: int
j property ¤
j: int
valid property ¤
valid: bool
y property ¤
y: int
Algorithm ¤
Algorithm(value: int)

Members:

AUTO

FJY

FYJ

JFY

JYF

YJF

YFJ

Attributes:

Name Type Description
AUTO Algorithm
FJY Algorithm
FYJ Algorithm
JFY Algorithm
JYF Algorithm
YFJ Algorithm
YJF Algorithm
name str
value int
AUTO class-attribute ¤
AUTO: Algorithm
FJY class-attribute ¤
FJY: Algorithm
FYJ class-attribute ¤
FYJ: Algorithm
JFY class-attribute ¤
JFY: Algorithm
JYF class-attribute ¤
JYF: Algorithm
YFJ class-attribute ¤
YFJ: Algorithm
YJF class-attribute ¤
YJF: Algorithm
name property ¤
name: str
value property ¤
value: int
_pybind11_conduit_v1_ staticmethod ¤
_pybind11_conduit_v1_(*args, **kwargs)
_pybind11_conduit_v1_ staticmethod ¤
_pybind11_conduit_v1_(*args, **kwargs)
to_dict ¤
to_dict() -> dict

SearchResult ¤

SearchResult(arg0: Aircraft, arg1: ParseResult)

Attributes:

Name Type Description
ac Aircraft
parse_result ParseResult
ac property ¤
parse_result property ¤
parse_result: ParseResult
_pybind11_conduit_v1_ staticmethod ¤
_pybind11_conduit_v1_(*args, **kwargs)

SearchType ¤

SearchType(value: int)

Members:

ALL

ID

SHORTNAME

NAME

Attributes:

Name Type Description
ALL SearchType
ID SearchType
NAME SearchType
SHORTNAME SearchType
name str
value int
ALL class-attribute ¤
ID class-attribute ¤
NAME class-attribute ¤
NAME: SearchType
SHORTNAME class-attribute ¤
SHORTNAME: SearchType
name property ¤
name: str
value property ¤
value: int
_pybind11_conduit_v1_ staticmethod ¤
_pybind11_conduit_v1_(*args, **kwargs)

Suggestion ¤

Suggestion(arg0: Aircraft, arg1: float)

Attributes:

Name Type Description
ac Aircraft
score float
ac property ¤
score property ¤
score: float
_pybind11_conduit_v1_ staticmethod ¤
_pybind11_conduit_v1_(*args, **kwargs)

Type ¤

Type(value: int)

Members:

PAX

CARGO

VIP

Attributes:

Name Type Description
CARGO Type
PAX Type
VIP Type
name str
value int
CARGO class-attribute ¤
CARGO: Type
PAX class-attribute ¤
PAX: Type
VIP class-attribute ¤
VIP: Type
name property ¤
name: str
value property ¤
value: int
_pybind11_conduit_v1_ staticmethod ¤
_pybind11_conduit_v1_(*args, **kwargs)

_pybind11_conduit_v1_ staticmethod ¤

_pybind11_conduit_v1_(*args, **kwargs)

search staticmethod ¤

search(s: str, user: User = Default()) -> SearchResult

suggest staticmethod ¤

suggest(s: ParseResult) -> list[Suggestion]

to_dict ¤

to_dict() -> dict