GoneZ5 / SCRIPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to define ast and arpe in code.py under objects folder

yiwangethan opened this issue · comments

Hello author,

Greetings! I found the code in utils.py under c2nl/inputters like:
from c2nl.objects import Code, Summary
code = Code()
code.ast = ...
code.arpe = ...

However, there is no "ast" and "arpe" defined in this Code() object. Is it an issue?