Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
5 deletions.
-
+1
−5
topaz/objects/objectobject.py
|
@@ -48,11 +48,7 @@ def find_const(self, space, name): |
|
|
raise space.error(space.w_TypeError, |
|
|
"%s is not a class/module" % space.str_w(space.send(self, space.newsymbol("inspect"))) |
|
|
) |
|
|
|
|
|
def find_local_const(self, space, name): |
|
|
raise space.error(space.w_TypeError, |
|
|
"%s is not a class/module" % space.str_w(space.send(self, space.newsymbol("inspect"))) |
|
|
) |
|
|
find_included_const = find_local_const = find_const |
|
|
|
|
|
@classdef.method("initialize") |
|
|
def method_initialize(self): |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.