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

Method get_line

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

Source from the content-addressed store, hash-verified

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

Callers 2

checkFunction · 0.80
test_all_methodsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_all_methodsMethod · 0.64