MCPcopy Create free account
hub / github.com/geekcomputers/Python / InvalidSyntax

Class InvalidSyntax

Assembler/assembler.py:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32# simple exception class
33class InvalidSyntax(Exception):
34 def __init__(self):
35 pass
36
37
38# class for represent a token

Callers 1

scannerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected