abc module¶
Formatting modules from raw objects to ``jinete```s class hierarchy.
-
class
jinete.loaders.formatters.abc.
LoaderFormatter
(data)[source]¶ Bases:
abc.ABC
Format a problem instance from a raw object to build
jinete
’s set of objects.-
__init__
(data)[source]¶ Construct a new instance.
- Parameters
data (Any) – The object to retrieve the on load instance.
-
abstract
fleet
(surface, *args, **kwargs)[source]¶ Retrieve the fleet object for the current on load instance.
-