get_format#
- astropy.units.format.get_format(format=None)[source]#
 Get a formatter by name.
- Parameters:
 - format
python:strorastropy.units.format.Basesubclass The name of the format, or the formatter class itself.
- format
 - Returns:
 - format
astropy.units.format.Basesubclass The requested formatter.
- format