vikit.common.handler

Overview

Classes

Handler

Helper class that provides a standard way to create an ABC using

Classes

class vikit.common.handler.Handler

Bases: abc.ABC

Helper class that provides a standard way to create an ABC using inheritance.

Overview

Methods

execute_async(object_to_transform, **kwargs)

abc Execute the handler asynchronously.

Members

abstract execute_async(object_to_transform, **kwargs)
Async:

Execute the handler asynchronously.

Parameters:
  • object_to_transforms -- The object to transform prompt to process. It usually includes build settings

  • **kwargs -- Additional arguments

Returns:

the transformed object_to_transforms