Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
Darg_parser.py21 def parse_arguments() -> argparse.Namespace: function
Dparse_arguments.py174 def parse_arguments(data: str, start: int = 0, mode: str = "args") -> Tuple[int, List]: function
/arkcompiler/runtime_core/static_core/scripts/
Dgc_phase_time_stats.py30 def parse_arguments() -> argparse.Namespace: function