Lines Matching refs:str
85 def _pp_include(self, xml_str: str) -> str: argument
95 def _pp_env_var(self, xml_str: str) -> str: argument
102 def _pp_sys_var(self, xml_str: str) -> str: argument
109 def _pp_cus_var(self, xml_str: str) -> str: argument
126 def _pp_foreach(self, xml_str: str) -> str: argument
137 def _pp_error_warning(self, xml_str: str) -> str: argument
149 def _pp_if_eval(self, xml_str: str) -> str: argument
162 def _pp_ifdef_ifndef(self, xml_str: str) -> str: argument
173 def _pp_if_elseif(self, xml_str: str) -> str: argument
218 def _pp_command(self, xml_str: str) -> str: argument
229 def _pp_blanks(self, xml_str: str) -> str: argument
236 def preprocess(self, xml_str: str) -> str: argument
264 def preprocess_xml(path: str) -> str: argument
272 def save_xml(xml_str: str, path: Optional[str]): argument