MCPcopy Index your code
hub / github.com/python/cpython / get_lines

Function get_lines

Lib/linecache.py:246–247  ·  view source on GitHub ↗
(name=name, *args, **kwargs)

Source from the content-addressed store, hash-verified

244 return None
245
246 def get_lines(name=name, *args, **kwargs):
247 return get_source(name, *args, **kwargs)
248 return (get_lines,)
249
250def _bless_my_loader(module_globals):

Callers 1

_format_usageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…