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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 68 self.mainpyfile = ''
153 if (self.mainpyfile != self.canonic(frame.f_code.co_filename)
430 if filename == '<string>' and self.mainpyfile:
431 filename = self.mainpyfile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 68 self.mainpyfile = ''
153 if (self.mainpyfile != self.canonic(frame.f_code.co_filename)
430 if filename == '<string>' and self.mainpyfile:
431 filename = self.mainpyfile
    [all...]

Completed in 405 milliseconds