Searched defs:LangBase (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | generate.py | 118 def process_imports(lang_impl: LangBase, imports: str, 213 lang_impl: LangBase, 287 def process_source_file(self, src: Path, lang: LangBase) -> Iterable[TemplateVars]: 304 lang_impl: LangBase, src: SrcPath, variant: TemplateVars,
|
| D | lang.py | 27 class LangBase(ABC): class
|
| D | doclet.py | 49 def create(cls, text: str, lang: LangBase):
|