AutomaticArch¶
- class understand.AutomaticArch¶
Bases:
objectAccessors for available automatic architecture generators.
Methods Summary
Return the automatic architecture description.
Return automatic architecture generators.
Return the name of this automatic architecture.
Return the options available for the automatic architecture.
Return automatic architecture tags.
Methods Documentation
- description() str¶
Return the automatic architecture description.
Description is optional and may be an empty string.
- classmethod list(target=None, enabled_only=True) list[understand.AutomaticArch]¶
Return automatic architecture generators.
- Parameters:
target (understand.Db or None) – optional, list only architectures for the database
enabled_only (bool) – optional, defaults to True. When True, return only enabled automatic architecture plugins.
- Return type:
list[understand.AutomaticArch]
- name() str¶
Return the name of this automatic architecture.
- options() understand.Options¶
Return the options available for the automatic architecture.
- Return type:
- tags() list[str]¶
Return automatic architecture tags.
Tags are optional and may be empty.