Exemplo n.º 1
0
 @ExposedSet(name = "id")
 public void setId(PyObject id) {
   this.id = AstAdapters.py2identifier(id);
 }
Exemplo n.º 2
0
 @ExposedSet(name = "module")
 public void setModule(PyObject module) {
   this.module = AstAdapters.py2identifier(module);
 }