Home
last modified time | relevance | path

Searched refs:_expand (Results 1 – 3 of 3) sorted by relevance

/third_party/ninja/
Dconfigure.py147 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/
Dmodulefinder.rst103 re: __module__,finditer,_expand
/third_party/python/Lib/
Dre.py319 def _expand(pattern, match, template): function