Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha2phi/python-apps
/ read_sourcecode
Method
read_sourcecode
gui-apps/app_kivy.py:94–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
return
screen
93
94
def
read_sourcecode(self):
95
fn = self.available_screens[self.index]
96
with
open(fn)
as
fd:
97
return
fd.read()
98
99
def
toggle_source_code(self):
100
self.show_sourcecode = not self.show_sourcecode
Callers
1
update_sourcecode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected