Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ get_total_upper
Method
get_total_upper
1 File handle/File handle text/counter.py:30–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
return
self.count_lower
29
30
def
get_total_upper(self) -> int:
31
return
self.count_upper
32
33
def
get_total(self) -> int:
34
return
self.count_lower + self.count_upper
Callers
2
lowercase
Function · 0.95
lowercase
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected