예제 #1
0
def get_error_context(node: SymbolNode) -> Context:
    context = Context()
    context.set_line(node)
    return context