Ejemplo n.º 1
0
 def replaceChild(self, origChild, newChild):
     upcastSelf = self
     upcastSelf = upcastSelf.upcastToPandaNode()
     returnValue = libpanda._inPkJyogW5Y(upcastSelf.this, origChild.this, newChild.this)
     return returnValue
Ejemplo n.º 2
0
 def replaceChild(self, origChild, newChild):
     returnValue = libpanda._inPkJyogW5Y(self.this, origChild.this, newChild.this)
     return returnValue
Ejemplo n.º 3
0
 def replaceChild(self, origChild, newChild):
     upcastSelf = self
     returnValue = libpanda._inPkJyogW5Y(upcastSelf.this, origChild.this,
                                         newChild.this)
     return returnValue