MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / __init__

Method __init__

tools/lint.py:238–243  ·  view source on GitHub ↗
(self, c, path, cpp_class_map, fix=False, slow=False)

Source from the content-addressed store, hash-verified

236
237class SourceChecks:
238 def __init__(self, c, path, cpp_class_map, fix=False, slow=False):
239 self.c = c
240 self.path = path
241 self.fix = fix
242 self.map = cpp_class_map
243 self.slow = slow
244
245 def run(self):
246 self.include_at_top()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected