MCPcopy
hub / github.com/hylang/hy / HyCompileError

Class HyCompileError

hy/errors.py:143–144  ·  view source on GitHub ↗

Unexpected errors occurring within the compiler.

Source from the content-addressed store, hash-verified

141
142
143class HyCompileError(HyInternalError):
144 """Unexpected errors occurring within the compiler."""
145
146
147class HyTypeError(HyLanguageError, TypeError):

Callers 1

compileMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected