VpypeState

class VpypeState(doc=None)

Methods

__init__

Initialize self.

current

get_current

Attributes

__annotations__

__dict__

__doc__

__module__

__weakref__

list of weak references to the object (if defined)

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]}
VpypeState.__dict__ = mappingproxy({'__module__': 'vpype.layers', '__annotations__': {'current_state': typing.Union[ForwardRef('VpypeState'), NoneType]}, 'current_state': None, '__init__': <function VpypeState.__init__>, 'get_current': <classmethod object>, 'current': <function VpypeState.current>, '__dict__': <attribute '__dict__' of 'VpypeState' objects>, '__weakref__': <attribute '__weakref__' of 'VpypeState' objects>, '__doc__': None})
VpypeState.__doc__ = None
VpypeState.__module__ = 'vpype.layers'
VpypeState.__weakref__

list of weak references to the object (if defined)

VpypeState.current_state: Optional[vpype.layers.VpypeState] = None