VpypeState

class VpypeState(doc=None)

Methods

__init__

Initialize self.

current

get_current

Attributes

__annotations__

current_state

Methods

VpypeState.__init__(doc=None)

Initialize self. See help(type(self)) for accurate signature.

VpypeState.current()
classmethod VpypeState.get_current()

Attributes

VpypeState.__annotations__ = {'current_state': typing.Union[ForwardRef('VpypeState'), NoneType], 'target_layer': 'Optional[int]'}
VpypeState.current_state: Optional[vpype.layers.VpypeState] = None