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

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