Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ keys
Method
keys
cpython/kbdFeatherWing/lib/bbq10keyboard.py:217–223 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
215
216
@property
217
def
keys(self):
218
keys = []
219
220
for
_ in range(self.key_count):
221
keys.append(self.key)
222
223
return
keys
224
225
@property
226
def
backlight(self):
Callers
12
pye_pydos.py
File · 0.80
PyDOS
Function · 0.80
lcdScroll
Function · 0.80
__init__
Method · 0.80
pye.py
File · 0.80
viewFile
Function · 0.80
playimage.py
File · 0.80
playimage
Function · 0.80
readData
Method · 0.80
restore
Method · 0.80
line_numbers
Method · 0.80
__execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected