poliastro.twobody.propagation.enums

Module Contents

Classes

PropagatorKind

Support for flags

class poliastro.twobody.propagation.enums.PropagatorKind

Bases: enum.Flag

Support for flags

ELLIPTIC
PARABOLIC
HYPERBOLIC
__contains__(other)

Returns True if self has at least the same flags set as other.

__repr__()

Return repr(self).

__str__()

Return str(self).

__bool__()
__or__(other)
__and__(other)
__xor__(other)
__invert__()
__dir__()

Returns all members and all public methods

__format__(format_spec)

Returns format using actual value type unless __str__ has been overridden.

__hash__()

Return hash(self).

__reduce_ex__(proto)

Helper for pickle.

name()

The name of the Enum member.

value()

The value of the Enum member.