joente opened this issue 8 years ago · 1 comments
libcleri has support for duplication an object.
libcleri
In pyleri object duplication should be written using:
pyleri
Repeat(obj, mi=1, ma=1)
This should be exported to:
cleri_dup(GID, obj);
Implemented cleri_dup() export.
cleri_dup()