cesbit/pyleri

Add support for cleri_dup()

joente opened this issue · 1 comments

libcleri has support for duplication an object.

In pyleri object duplication should be written using:

Repeat(obj, mi=1, ma=1)

This should be exported to:

cleri_dup(GID, obj);

Implemented cleri_dup() export.