def createPlatformImpl()

in core/actionProxy/owplatform/__init__.py [0:0]


    def createPlatformImpl(cls, id, proxy):
        if cls.isSupportedPlatform(id):
            return cls._PLATFORM_IMPLEMENTATIONS[id.lower()](proxy)
        else:
            raise InvalidPlatformError(id, self.supportedPlatforms())