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

Method get_msg

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

Source from the content-addressed store, hash-verified

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

Callers 2

checkFunction · 0.80
test_all_methodsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_all_methodsMethod · 0.64