On 02/13/2012 12:15 AM, Eyyub wrote:
Hi all,

I'd like to know, why Object.factory(classname) failed with nested class ?

Source code : http://paste.pocoo.org/show/N6BJPMbGn2vVtJo649BJ/ .

Thanks in advance,

In theory it could work for only static local classes, but that does not work too. It is an arbitrary restriction. Classes instantiated by Object.factory must reside at module scope.

Reply via email to