Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ print_lexeme
Method
print_lexeme
PyBasic/basictoken.py:191–192 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
189
'Lexeme:'
, self.lexeme)
190
191
def
print_lexeme(self):
192
print(self.lexeme, end=
' '
)
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected