Beispiel #1
0
def isfunction( object ):
   if type(object) == _root.MethodProxy and not object.im_class:
      return True
   return inspect._old_isfunction( object )
Beispiel #2
0
def isfunction(object):
    if type(object) == _root.MethodProxy and not object.im_class:
        return True
    return inspect._old_isfunction(object)
Beispiel #3
0
 def isfunction(object):
     if type(object) == _backend.CPPOverload and not object.im_class:
         return True
     return inspect._old_isfunction( object )
Beispiel #4
0
 def isfunction(object):
     if type(object) == _backend.CPPOverload and not object.im_class:
         return True
     return inspect._old_isfunction(object)