MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / issymbol

Method issymbol

pye.py:432–433  ·  view source on GitHub ↗
(self, c, zap)

Source from the content-addressed store, hash-verified

430 else:
431 return ''
432 def issymbol(self, c, zap):
433 return c.isalpha() or c.isdigit() or c in zap
434 def skip_until(self, s, pos, zap, way):
435 stop = -1 if way < 0 else len(s)
436 while pos != stop and not self.issymbol(s[pos], zap):

Callers 3

skip_untilMethod · 0.95
skip_whileMethod · 0.95
handle_edit_keysMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected