MCPcopy Create free account
hub / github.com/geekcomputers/Python / get_total

Method get_total

1 File handle/File handle text/counter.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 return self.count_upper
32
33 def get_total(self) -> int:
34 return self.count_lower + self.count_upper

Callers 4

lowercaseFunction · 0.95
lowercaseFunction · 0.95
lowercaseFunction · 0.95
lowercaseFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected