@ExposedSet(name = "id") public void setId(PyObject id) { this.id = AstAdapters.py2identifier(id); }
@ExposedSet(name = "module") public void setModule(PyObject module) { this.module = AstAdapters.py2identifier(module); }