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__(self, other)

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

__repr__(self)

Return repr(self).

__str__(self)

Return str(self).

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

Returns all members and all public methods

__format__(self, format_spec)

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

__hash__(self)

Return hash(self).

__reduce_ex__(self, proto)

Helper for pickle.

name(self)

The name of the Enum member.

value(self)

The value of the Enum member.