MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / __init__

Method __init__

util/cpplint.py:1013–1016  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1011 _TEST_TRIGGER = 400 # about 50% more than _NORMAL_TRIGGER.
1012
1013 def __init__(self):
1014 self.in_a_function = False
1015 self.lines_in_function = 0
1016 self.current_function = ''
1017
1018 def Begin(self, function_name):
1019 """Start analyzing function body.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected