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