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

Method get_lineno

Lib/tabnanny.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 def __init__(self, lineno, msg, line):
62 self.lineno, self.msg, self.line = lineno, msg, line
63 def get_lineno(self):
64 return self.lineno
65 def get_msg(self):
66 return self.msg
67 def get_line(self):

Callers 5

checkFunction · 0.45
test_linenoMethod · 0.45
test_all_methodsMethod · 0.45
print_tableFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_linenoMethod · 0.36
test_all_methodsMethod · 0.36