| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/ |
| D | util_srcdumper.py | 57 def remove_loc_nodes(ast: Any) -> None: 72 def remove_empty_statements(ast: Any) -> None: 96 def flatten_similar_nested_nodes(ast: Any, node_type: str, nested_key: str) -> None: 119 def remove_duplicate_undefined_types(ast: Any) -> None: 138 def replace_null_literals(ast: Any) -> None: 168 def compare_asts(self, original_ast: Any, dumped_ast: Any) -> bool:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/ |
| D | step.py | 60 def __init__(self, name: str, step_body: dict[str, Any]): # type: ignore[explicit-any] argument 89 def __get_int_property(step_body: dict[str, Any], # type: ignore[explicit-any] argument 98 def __get_bool_property(step_body: dict[str, Any], # type: ignore[explicit-any] argument 107 def __get_list_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any] argument 116 def __get_dict_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any] argument 125 def __get_str_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any] argument 134 …def __get_path_property(step_body: dict[str, Any], name: str) -> Path | None: # type: ignore[expl… argument 144 def __get_kind_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any] argument 156 def __get_property(step_body: dict[str, Any], # type: ignore[explicit-any] argument
|
| D | cli_args_wrapper.py | 29 def setup(args: dict[str, Any]) -> None: # type: ignore[explicit-any] argument
|
| D | yaml_document.py | 43 def save(config_path: str, data: dict[str, Any]) -> None: # type: ignore[explicit-any] argument
|
| D | config.py | 34 def __init__(self, args: dict[str, Any]): # type: ignore[explicit-any] argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/ |
| D | base.py | 30 …mcls, name: str, bases: Tuple[type], namespace: dict[str, Any], module: Any = None, **kwargs: Any): argument 57 def _arkts_str(obj: Any, *, depth: Optional[int] = None) -> str:
|
| D | object.py | 30 def __new__(mcls, name: str, bases: Tuple[Type], namespace: dict[str, Any], **kwargs: Any): argument 55 def __eq__(self, other: Any) -> bool:
|
| D | primitive.py | 30 def __new__(mcls, name: str, bases: Tuple[Type], namespace: dict[str, Any], **kwargs: Any): argument 47 def __eq__(self, other: Any) -> bool:
|
| D | array.py | 39 def __eq__(self, other: Any) -> bool: 68 def mirror_array(cls_name: str, items: Iterable[Any]) -> Array:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/ |
| D | test_mirror.py | 37 def param_eq(args: List[Tuple[Any, Any]]): argument 41 def param_neq(args: List[Tuple[Any, Any]]): argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
| D | test_predefined_types.py | 42 def _code_generator(variables: list[tuple[str, Any, Any, Any]]) -> str: argument
|
| D | test_this.py | 86 def _check(label: str, this: Any, scope_vars: OrderedDict[str, Any]): argument
|
| D | test_remote_object.py | 41 meta: Any,
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/utils/ |
| D | analyses.py | 50 def __new__(cls: type[A], *args: Any, **kwargs: Any) -> NoReturn: 92 def get_or_create(self, analysis_type: type[A], *args: Any, **kwargs: Any) -> A:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/test/ |
| D | test_utils.py | 28 def compare_dicts(test_case: unittest.TestCase, actual_dict: dict[str, Any], # type: ignore[explici… argument 57 def try_to_cast_one_type(value1: str, value2: Any) -> int | bool | str: # type: ignore[explicit-any]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| D | yaml_document.py | 45 def save(config_path: str, data: Dict[str, Any]) -> None: argument 76 def merge(self, config_path: str, data: Dict[str, Any]) -> None: argument 82 def __merge_level(self, config_path: str, parent_key: str, current_data: Dict[str, Any], argument
|
| D | decorator_value.py | 43 def decorator(func: Any) -> Any: 44 def decorated(*args: Any, **kwargs: Any) -> Any: 181 def _to_str(obj: Any, indent: int = 0) -> str:
|
| /arkcompiler/ets_frontend/ets2panda/public/headers_parser/ |
| D | runtime_collections.py | 60 def add_to_statistics(key: str, data: Any) -> None: 69 def add_to_custom_yamls(yaml_name: str, key: str, data: Any) -> None:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/compiler_verification/ |
| D | ast.py | 75 def _find_prefix_recursively(ast_node: Any, prefix: str): 87 def _remove_cctor_call(ast_node: Any) -> Any: 121 def replace_generated_names(ast_node: Any) -> Any: 142 def _del_locations(ast: Any) -> Any:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/parse/ |
| D | ast_generation.py | 95 recognizer: Any, 100 e: Any, 126 def visit(self, node_kind: str, ctx: Any) -> Any:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/multiple_config_test/ |
| D | multiple_config_test.py | 27 def compare_dicts(self, dict1: Dict[str, Any], dict2: Dict[str, Any]) -> None: argument
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ |
| D | gclog_reporter.py | 27 **options: Any) -> Dict[str, Any]:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/ |
| D | cdp_debugger_callframe_from_json.py | 31 def fix_callframe_from_json(json: typing.Dict[str, typing.Any]) -> debugger.CallFrame:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | debug_connection.py | 62 async def send(self, cmd: Generator[dict, T, Any]) -> T: argument 75 cmd: Generator[dict, T, Any], argument 169 get_source: Optional[Callable[[runtime.ScriptId], Coroutine[Any, Any, str]]] = None,
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenets2ets/ |
| D | test_declgenets2ets.py | 73 def compare_decl_output(self, _: str, __: Any, ___: int) -> bool: 89 def check_abc_generated(self, _: str, __: Any, ___: int) -> bool:
|