MCPcopy Create free account
hub / github.com/SIPp/sipp / __init__

Method __init__

cpplint.py:680–683  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

678 _TEST_TRIGGER = 400 # about 50% more than _NORMAL_TRIGGER.
679
680 def __init__(self):
681 self.in_a_function = False
682 self.lines_in_function = 0
683 self.current_function = ''
684
685 def Begin(self, function_name):
686 """Start analyzing function body.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected