Home
last modified time | relevance | path

Searched defs:MandatoryProps (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dinit_runner.py26 MandatoryProps = dict[PropName, tuple[PropValue | None, MustExist]] variable
55 def initialize(self, mandatory_props: MandatoryProps) -> None: