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

Method get_total_lower

file_handle/File handle text/counter.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.count_upper += 1
36
37 def get_total_lower(self) -> int:
38 return self.count_lower
39
40 def get_total_upper(self) -> int:
41 return self.count_upper

Callers 2

lowercaseFunction · 0.95
lowercaseFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected