The surf.plugin Module¶
Contents¶
The surf.plugin.Plugin Base Class¶
-
class
surf.plugin.Plugin(*args, **kwargs)[source]¶ Bases:
objectSuper class for all SuRF plugins, provides basic instantiation and logging.
-
inference¶ Toggle logical inference on / off. The property has any effect only if such functionality is supported by the underlying
surf.store.Storestore
-