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

Method get_line

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

Source from the content-addressed store, hash-verified

63 def get_msg(self):
64 return self.msg
65 def get_line(self):
66 return self.line
67
68def check(file):
69 """check(file_or_dir)

Callers 1

checkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected