Skip to content

Commit

Permalink
missing docstring for frinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Apr 29, 2022
1 parent 2ae151b commit ba8d027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/spiceypy/spiceypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5376,6 +5376,9 @@ def frame(x: Union[ndarray, Iterable[float]]) -> Tuple[ndarray, ndarray, ndarray
@spice_found_exception_thrower
def frinfo(frcode: int) -> Tuple[int, int, int, bool]:
"""
Retrieve the minimal attributes associated with a frame
needed for converting transformations to and from it.

https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/cspice/frinfo_c.html

:param frcode: the idcode for some frame.
Expand Down

0 comments on commit ba8d027

Please sign in to comment.