Message11201

Author stefan.richthofer
Recipients fwyzard, stefan.richthofer
Date 2017-03-07.16:33:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488904406.95.0.579500765256.issue2566@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe a cleaner approach would be to add
@ExposedType(name="code")
to PyBaseCode (or better even to PyCode..?). However that would require to also add @ExposedField and @ExposedMethod tags to everything that is supposed to be visible on Python side, but I think that's how PyCode subclasses should look anyway. (Was actually surprised that PyCode-stuff doesn't already support the expose mechanism).

In case you try this path, don't forget to add the corresponding classes to CoreExposed.includes file. Otherwise ant won't expose them.
History
Date User Action Args
2017-03-07 16:33:26stefan.richthofersetmessageid: <1488904406.95.0.579500765256.issue2566@psf.upfronthosting.co.za>
2017-03-07 16:33:26stefan.richthofersetrecipients: + stefan.richthofer, fwyzard
2017-03-07 16:33:26stefan.richthoferlinkissue2566 messages
2017-03-07 16:33:26stefan.richthofercreate