def getType(self):
     returnValue = libpandaexpress._inPJoxt1uxI(self.this)
     import TypeHandle
     returnObject = TypeHandle.TypeHandle(None)
     returnObject.this = returnValue
     if returnObject.this == 0:
         return None
     returnObject.userManagesMemory = 1
     return returnObject
     return
Exemple #2
0
 def getType(self):
     upcastSelf = self
     returnValue = libpandaexpress._inPJoxt1uxI(upcastSelf.this)
     import TypeHandle
     returnObject = TypeHandle.TypeHandle(None)
     returnObject.this = returnValue
     if returnObject.this == 0:
         return None
     
     returnObject.userManagesMemory = 1
     return returnObject
    def getType(self):
        upcastSelf = self
        upcastSelf = upcastSelf.upcastToLensNode()
        returnValue = libpandaexpress._inPJoxt1uxI(upcastSelf.this)
        import TypeHandle
        returnObject = TypeHandle.TypeHandle(None)
        returnObject.this = returnValue
        if returnObject.this == 0:
            return None

        returnObject.userManagesMemory = 1
        return returnObject