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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 38 if not has_magic(pathname):
50 if dirname != pathname and has_magic(dirname):
54 if has_magic(basename):
94 def has_magic(s): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 38 if not has_magic(pathname):
50 if dirname != pathname and has_magic(dirname):
54 if has_magic(basename):
94 def has_magic(s): function

Completed in 38 milliseconds