MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_lines

Function get_lines

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

Source from the content-addressed store, hash-verified

235
236 if name and get_source:
237 def get_lines(name=name, *args, **kwargs):
238 return get_source(name, *args, **kwargs)
239 return (get_lines,)
240 return None
241

Callers 1

_format_usageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected