|
| __init__ (self, *args, **kwargs) |
|
| process (self, "BaseSpecification" spec) |
| Process the specification.
|
|
Any | refs2copies_fast (self, "BaseSpecification" spec, Any n, seen_ids=None, visited=None, depth=0) |
|
| __init__ (self, Optional["Specification"] spec=None) |
|
| pre_parse_process (self, "Specification" spec) |
| Process the specification before parsing.
|
|
| declare_attrs (self) |
| Initialize the attributes that the processor is responsible for.
|
|
| get_index (self, type processor_type, "Specification" spec) |
| Get the index of the processor in the list of processors.
|
|
| must_run_after (self, type other, "Specification" spec, bool ok_if_not_found=False) |
| Ensure that this processor runs after another processor.
|
|
| add_attr (self, Node target, *args, **kwargs) |
|
Converts references to copies in the specification.