Searched defs:linecache (Results 1 - 25 of 82) sorted by relevance

1234

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_linecache.py1 """ Tests for the linecache module """
3 import linecache namespace
9 FILENAME = linecache.__file__
15 MODULES = "linecache abc".split()
42 getline = linecache.getline
68 empty = linecache.getlines('a/b/c/__init__.py')
75 lines = linecache.getlines(support.TESTFN)
83 linecache.getline(filename, 1)
86 cached_empty = [fn for fn in cached if fn not in linecache.cache]
90 linecache
[all...]
H A Dtest_zipimport_support.py14 import linecache namespace
68 # We also clear the linecache and zipimport cache
71 linecache.clearcache()
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_linecache.py1 """ Tests for the linecache module """
3 import linecache namespace
9 FILENAME = linecache.__file__
15 MODULES = "linecache abc".split()
42 getline = linecache.getline
68 empty = linecache.getlines('a/b/c/__init__.py')
75 lines = linecache.getlines(support.TESTFN)
83 linecache.getline(filename, 1)
86 cached_empty = [fn for fn in cached if fn not in linecache.cache]
90 linecache
[all...]
H A Dtest_zipimport_support.py14 import linecache namespace
68 # We also clear the linecache and zipimport cache
71 linecache.clearcache()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_linecache.py1 """ Tests for the linecache module """
3 import linecache namespace
9 FILENAME = linecache.__file__
15 MODULES = "linecache abc".split()
42 getline = linecache.getline
68 empty = linecache.getlines('a/b/c/__init__.py')
75 lines = linecache.getlines(support.TESTFN)
83 linecache.getline(filename, 1)
86 cached_empty = [fn for fn in cached if fn not in linecache.cache]
90 linecache
[all...]
H A Dtest_zipimport_support.py14 import linecache namespace
68 # We also clear the linecache and zipimport cache
71 linecache.clearcache()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_linecache.py1 """ Tests for the linecache module """
3 import linecache namespace
9 FILENAME = linecache.__file__
15 MODULES = "linecache abc".split()
42 getline = linecache.getline
68 empty = linecache.getlines('a/b/c/__init__.py')
75 lines = linecache.getlines(support.TESTFN)
83 linecache.getline(filename, 1)
86 cached_empty = [fn for fn in cached if fn not in linecache.cache]
90 linecache
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DStackViewer.py3 import linecache namespace
71 sourceline = linecache.getline(filename, lineno)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtimeit.py168 import linecache, traceback namespace
170 linecache.cache[dummy_src_name] = (len(self.src),
H A Dtraceback.py3 import linecache namespace
68 linecache.checkcache(filename)
69 line = linecache.getline(filename, lineno, f.f_globals)
100 linecache.checkcache(filename)
101 line = linecache.getline(filename, lineno, f.f_globals)
304 linecache.checkcache(filename)
305 line = linecache.getline(filename, lineno, f.f_globals)
H A Dcgitb.py26 import linecache namespace
135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
H A Dwarnings.py6 import linecache namespace
39 line = linecache.getline(filename, lineno) if line is None else line
249 # Prime the linecache for formatting, in case the
251 linecache.getlines(filename, module_globals)
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DStackViewer.py3 import linecache namespace
71 sourceline = linecache.getline(filename, lineno)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtimeit.py168 import linecache, traceback namespace
170 linecache.cache[dummy_src_name] = (len(self.src),
H A Dtraceback.py3 import linecache namespace
68 linecache.checkcache(filename)
69 line = linecache.getline(filename, lineno, f.f_globals)
100 linecache.checkcache(filename)
101 line = linecache.getline(filename, lineno, f.f_globals)
304 linecache.checkcache(filename)
305 line = linecache.getline(filename, lineno, f.f_globals)
H A Dcgitb.py26 import linecache namespace
135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
H A Dwarnings.py6 import linecache namespace
39 line = linecache.getline(filename, lineno) if line is None else line
249 # Prime the linecache for formatting, in case the
251 linecache.getlines(filename, module_globals)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DStackViewer.py3 import linecache namespace
71 sourceline = linecache.getline(filename, lineno)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtimeit.py168 import linecache, traceback namespace
170 linecache.cache[dummy_src_name] = (len(self.src),
H A Dtraceback.py3 import linecache namespace
68 linecache.checkcache(filename)
69 line = linecache.getline(filename, lineno, f.f_globals)
100 linecache.checkcache(filename)
101 line = linecache.getline(filename, lineno, f.f_globals)
304 linecache.checkcache(filename)
305 line = linecache.getline(filename, lineno, f.f_globals)
H A Dcgitb.py26 import linecache namespace
135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
H A Dwarnings.py6 import linecache namespace
39 line = linecache.getline(filename, lineno) if line is None else line
249 # Prime the linecache for formatting, in case the
251 linecache.getlines(filename, module_globals)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DStackViewer.py3 import linecache namespace
71 sourceline = linecache.getline(filename, lineno)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtimeit.py168 import linecache, traceback namespace
170 linecache.cache[dummy_src_name] = (len(self.src),
H A Dtraceback.py3 import linecache namespace
68 linecache.checkcache(filename)
69 line = linecache.getline(filename, lineno, f.f_globals)
100 linecache.checkcache(filename)
101 line = linecache.getline(filename, lineno, f.f_globals)
304 linecache.checkcache(filename)
305 line = linecache.getline(filename, lineno, f.f_globals)

Completed in 1009 milliseconds

1234