Searched refs:inspect (Results 1 – 10 of 10) sorted by relevance
62 if (inspect.ismodule(obj) or63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))):68 if not inspect.isclass(obj):69 mro = list(inspect.getmro(obj.__class__))71 mro = list(inspect.getmro(obj))
22 import inspect42 description=inspect.getdoc(sys.modules[__name__]))
23 import inspect232 for name, klass in inspect.getmembers(module, inspect.isclass):
19 import inspect115 for member_name, member_obj in inspect.getmembers(Config):116 if (inspect.isdatadescriptor(member_obj) and340 for name, value in inspect.getmembers(config_module):341 if (inspect.isclass(value)
23 import inspect101 method for name, method in inspect.getmembers(self, predicate)
19 import inspect
22 "inspect.cpp",
216 public IRubyObject inspect() { in inspect() method in RubyMap217 return toHash(getRuntime().getCurrentContext()).inspect(); in inspect()
148 public IRubyObject inspect() { in inspect() method in RubyMessage714 sb.append(getField(context, fdef).inspect()); in layoutInspect()
200 it is set to true. This is a way for clients to inspect the "has"