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

Method get_lineno

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

Source from the content-addressed store, hash-verified

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

Callers 5

checkFunction · 0.45
test_linenoMethod · 0.45
test_all_methodsMethod · 0.45
tabnannyMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_linenoMethod · 0.36
test_all_methodsMethod · 0.36