Base¶
-
class
astropy.units.format.
Base
[source] [edit on github]¶ Bases:
object
The abstract base class of all unit formats.
Attributes Summary
name
Methods Summary
Attributes Documentation
-
name
= 'base'¶
Methods Documentation
-
parse
(s)[source] [edit on github]¶ Convert a string to a unit object.
-
to_string
(u)[source] [edit on github]¶ Convert a unit object to a string.
-