Message9051

Author doublep
Recipients doublep, fwierzbicki, zyasoft
Date 2014-09-26.07:10:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411715435.39.0.246489167243.issue1743@psf.upfronthosting.co.za>
In-reply-to
Content
Well, how do I tell apart internals from not? PyNone is in the same package, for instance.

PyReflectedFunction seems to be a good way to make Java methods available to scripts detached from their classes. What I do is collect a number of "very common" methods from my application and make them visible to scripts without importing anything, much like builtins.
History
Date User Action Args
2014-09-26 07:10:35doublepsetmessageid: <1411715435.39.0.246489167243.issue1743@psf.upfronthosting.co.za>
2014-09-26 07:10:35doublepsetrecipients: + doublep, fwierzbicki, zyasoft
2014-09-26 07:10:35doubleplinkissue1743 messages
2014-09-26 07:10:35doublepcreate