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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
util.py 93 path_parts = path_info.split('/')
94 path_parts[1:-1] = [p for p in path_parts[1:-1] if p and p != '.']
95 name = path_parts[1]
96 del path_parts[1]
106 environ['PATH_INFO'] = '/'.join(path_parts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
util.py 93 path_parts = path_info.split('/')
94 path_parts[1:-1] = [p for p in path_parts[1:-1] if p and p != '.']
95 name = path_parts[1]
96 del path_parts[1]
106 environ['PATH_INFO'] = '/'.join(path_parts)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 321 path_parts = path.split('/')
323 for part in path_parts[:-1]:
328 if path_parts:
329 tail_part = path_parts.pop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 321 path_parts = path.split('/')
323 for part in path_parts[:-1]:
328 if path_parts:
329 tail_part = path_parts.pop()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 60 path_parts = ("Beginning", "End")
61 original_dir = os.path.join(*path_parts)
62 abs_dir, norm_dir = site.makepath(*path_parts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 60 path_parts = ("Beginning", "End")
61 original_dir = os.path.join(*path_parts)
62 abs_dir, norm_dir = site.makepath(*path_parts)

Completed in 178 milliseconds