Пример #1
0
 def method_undefined(self, space, w_name):
     if self.is_singleton:
         space.send(self.attached, "singleton_method_undefined", [w_name])
     else:
         W_ModuleObject.method_undefined(self, space, w_name)
Пример #2
0
 def method_undefined(self, space, w_name):
     if self.is_singleton:
         space.send(self.attached, "singleton_method_undefined", [w_name])
     else:
         W_ModuleObject.method_undefined(self, space, w_name)