Ejemplo n.º 1
0
 def defineUnconvertible(self, objectId):
     self.objectIdToObjectDefinition[objectId] = \
         TypeDescription.Unconvertible()
Ejemplo n.º 2
0
    def defineUnconvertible(self, objectId, modulePath):
        assert objectId not in self.objectIdToObjectDefinition

        self.objectIdToObjectDefinition[objectId] = \
            TypeDescription.Unconvertible(modulePath)