MCPcopy Create free account
hub / github.com/tensorflow/tfjs / __init__

Method __init__

tfjs-backend-wasm/tools/cpplint.py:1039–1042  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1037 _TEST_TRIGGER = 400 # about 50% more than _NORMAL_TRIGGER.
1038
1039 def __init__(self):
1040 self.in_a_function = False
1041 self.lines_in_function = 0
1042 self.current_function = ''
1043
1044 def Begin(self, function_name):
1045 """Start analyzing function body.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected