Method
prompt_constructor
(self, tag: str='', label: str='', content: str='', subtree_str: str='', class_dict: dict[str]={})
Source from the content-addressed store, hash-verified
| 94 | return self.prompt['dom'].format(tag=tag, label=label_str, attr=classes_str, content=content_str, subtree=subtree_str) |
| 95 | |
| 96 | def prompt_constructor(self, tag: str='', label: str='', content: str='', subtree_str: str='', class_dict: dict[str]={}) -> str: |
| 97 | return self.constructor(tag, label, content, subtree_str, class_dict) |
Tested by
no test coverage detected