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

Method get_total_lower

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

Source from the content-addressed store, hash-verified

25 return (self.count_lower, self.count_upper)
26
27 def get_total_lower(self) -> int:
28 return self.count_lower
29
30 def get_total_upper(self) -> int:
31 return self.count_upper

Callers 2

lowercaseFunction · 0.95
lowercaseFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected