get_format¶
- astropy.units.format.get_format(format=None)[source]¶
Get a formatter by name.
- Parameters:
- format
python:str
orastropy.units.format.Base
instance or subclass The name of the format, or the format instance or subclass itself.
- format
- Returns:
- format
astropy.units.format.Base
instance The requested formatter.
- format