def set_default(self, methods=m2.ENGINE_METHOD_ALL): # type: (int) -> int """ Use this engine as default for methods specified in argument @param methods: Possible values are bitwise OR of m2.ENGINE_METHOD_* """ return m2.engine_set_default(self._ptr, methods)