Example #1
0
 def __init__(self, Class, Prototype, ctx=None,
              Value=w_Undefined, callfunc=None):
     W_Object.__init__(self, ctx, Prototype,
                       Class, Value, callfunc)