trigger.objects.base_node

Base node object class for inheriting purposes

Classes

BaseNode

Module Contents

class BaseNode

Bases: object

refresh_dag_path(force=False)

resets the dag path. This method assumes that the object has a unique name. Args:

force: If True, pick up the first encountered in the list. If false throws an error for non unique objects

Returns: None

property name