HomeSort by relevance Sort by last modified time
    Searched full:_subst (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 207 def _subst (match, local_vars=local_vars): function in function:subst_vars
215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 207 def _subst (match, local_vars=local_vars): function in function:subst_vars
215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)

Completed in 93 milliseconds