MCPcopy 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.pyFile · 0.80
PyDOSFunction · 0.80
lcdScrollFunction · 0.80
__init__Method · 0.80
pye.pyFile · 0.80
viewFileFunction · 0.80
playimage.pyFile · 0.80
playimageFunction · 0.80
readDataMethod · 0.80
restoreMethod · 0.80
line_numbersMethod · 0.80
__executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected