Home
last modified time | relevance | path

Searched refs:extract_and_remove_includes (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dmain.py30 from prepare_header import remove_comments, extract_and_remove_includes namespace
51 data, includes = extract_and_remove_includes(data)
H A Dprepare_header.py55 def extract_and_remove_includes(data: str) -> Tuple[str, List[str]]: function

Completed in 2 milliseconds