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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 91 # support was added to zipimporter under the name '_get_filename'
92 def _get_filename(loader, mod_name): function
93 for attr in ("get_filename", "_get_filename"):
116 filename = _get_filename(loader, mod_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 91 # support was added to zipimporter under the name '_get_filename'
92 def _get_filename(loader, mod_name): function
93 for attr in ("get_filename", "_get_filename"):
116 filename = _get_filename(loader, mod_name)

Completed in 470 milliseconds