Searched refs:_expand (Results 1 – 3 of 3) sorted by relevance
/third_party/ninja/ |
D | configure.py | 147 self.vars[key] = self._expand(val).replace('/showIncludes', '') 169 self._run_command(self._expand(cmd, local_vars)) 179 return ' '.join(map(self._shell_escape, (map(self._expand, paths)))) 181 def _expand(self, str, local_vars={}): member in Bootstrap
|
/third_party/python/Doc/library/ |
D | modulefinder.rst | 103 re: __module__,finditer,_expand
|
/third_party/python/Lib/ |
D | re.py | 319 def _expand(pattern, match, template): function
|