hyrax.verbs.verb_registry#
Attributes#
Classes#
Base class for all hyrax verbs |
Functions#
|
Decorator to register a hyrax verb |
|
Returns all verbs that are currently registered |
|
Returns all verbs that are currently registered with a class-based implementation |
|
Returns true if the verb has a class based implementation |
|
Gives the class object for the named verb |
Module Contents#
- class Verb(config)[source]#
Bases:
abc.ABCBase class for all hyrax verbs
Overall initialization for all verbs that saves the config
- all_class_verbs() list[str][source]#
Returns all verbs that are currently registered with a class-based implementation