Skip to main content
Version: 6 - Palatschinke

Tag

class flow_api.tag.Tag(select=None, init=None, by=name, **kwargs)

Base class: Resource

The Tag class represents a tag. Functions from the Tag class allow interaction with Tag objects.

A tag can be created with system.tag('tagname').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at Tag

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = tag

Methods