VpypeState

class VpypeState(doc=None)

Methods

__init__

current

get_current

Attributes

__annotations__

current_state

Methods

VpypeState.__init__(doc=None)
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