MCPcopy Index your code
hub / github.com/Nuitka/Nuitka / fromFilenameAndLine

Method fromFilenameAndLine

nuitka/SourceCodeReferences.py:23–29  ·  view source on GitHub ↗
(cls, filename, line)

Source from the content-addressed store, hash-verified

21
22 @classmethod
23 def fromFilenameAndLine(cls, filename, line):
24 result = cls()
25
26 result.filename = filename
27 result.line = line
28
29 return result
30
31 if isCountingInstances():
32 __del__ = counted_del()

Callers 3

_cloneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected