HomeSort by relevance Sort by last modified time
    Searched refs:tails (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 50 tails = [tail] # stack of lone dirs to create
54 tails.insert(0, tail) # push next higher dir onto stack
59 for d in tails:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 50 tails = [tail] # stack of lone dirs to create
54 tails.insert(0, tail) # push next higher dir onto stack
59 for d in tails:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 368 tails = "spam", "eggs"
369 for mtime, tail in zip(mtimes, tails):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 368 tails = "spam", "eggs"
369 for mtime, tail in zip(mtimes, tails):

Completed in 632 milliseconds