poliastro.earth.enums

Earth Gravity perturbations.

Module Contents

Classes

EarthGravity

Generic enumeration.

class poliastro.earth.enums.EarthGravity

Bases: enum.Enum

Generic enumeration.

Derive from this class to define new enumerations.

SPHERICAL
J2
__repr__(self)

Return repr(self).

__str__(self)

Return str(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.