Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ get_total_upper
Method
get_total_upper
file_handle/File handle text/counter.py:40–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
38
return
self.count_lower
39
40
def
get_total_upper(self) -> int:
41
return
self.count_upper
42
43
def
get_total_chars(self) -> int:
44
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