MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / Error

Class Error

lib/python_helper_sympy.py:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78# https://github.com/newville/asteval
79
80class Error(Exception):
81 def __init__(self, offset):
82 self.offset = offset
83
84class HasFloatError(Error):
85 def __init__(self, offset, n):

Callers 15

readContinuationByteFunction · 0.85
decodeSymbolFunction · 0.85
polyStringFunction · 0.85
nFunction · 0.85
oFunction · 0.85
idleErrorHandlerFunction · 0.85
idleErrorHandlerFunction · 0.85
testExam.jsFile · 0.85
testHomework.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected