Home
last modified time | relevance | path

Searched refs:canonic (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dbdb.py29 def canonic(self, filename): member in Bdb
32 canonic = self.fncache.get(filename)
33 if not canonic:
34 canonic = os.path.abspath(filename)
35 canonic = os.path.normcase(canonic)
36 self.fncache[filename] = canonic
37 return canonic
127 filename = self.canonic(frame.f_code.co_filename)
152 return self.canonic(frame.f_code.co_filename) in self.breaks
253 filename = self.canonic(filename)
[all …]
Dpdb.py153 if (self.mainpyfile != self.canonic(frame.f_code.co_filename)
1196 if os.path.exists(f) and self.canonic(f) == self.mainpyfile:
1230 self.mainpyfile = self.canonic(filename)
/external/python/cpython2/Doc/library/
Dbdb.rst88 .. method:: canonic(filename)
252 should be in canonical form, as described in the :meth:`canonic` method.
/external/python/cpython2/Lib/idlelib/
DChangeLog1235 * Debugger.py: Add canonic() function -- for brand new bdb.py feature.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/libxml2/
DChangeLog11383 * SAX.c: ensured xmlDoc.URL is always canonic