MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / inc

Method inc

tests/output/test_token_processor.py:163–164  ·  view source on GitHub ↗
(self, v=1)

Source from the content-addressed store, hash-verified

161 self.value = v
162
163 def inc(self, v=1):
164 self.value = (self.value or 0) + v
165
166 def dec(self, v=1):
167 self.value = (self.value or 0) - v

Callers 11

dispatchMethod · 0.45
record_zmq_statsMethod · 0.45
_record_metricsMethod · 0.45
add_requestsMethod · 0.45
_send_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected