Public Member Functions | Public Attributes | Private Attributes
pi_trees_lib.pi_trees_lib.Task Class Reference
Inheritance diagram for pi_trees_lib.pi_trees_lib.Task:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __enter__
def __exit__
def __init__
def add_child
def announce
def get_status
def get_type
def insert_child
def prepend_child
def remove_child
def reset
def run
def set_status

Public Attributes

 children
 name
 reset_after
 status

Private Attributes

 _announce

Detailed Description

"The base Task class 

Definition at line 42 of file pi_trees_lib.py.


Constructor & Destructor Documentation

def pi_trees_lib.pi_trees_lib.Task.__init__ (   self,
  name,
  children = None,
  reset_after = False,
  announce = False,
  args,
  kwargs 
)

Reimplemented in composite_tasks.Count, and parallel_example.Count.

Definition at line 44 of file pi_trees_lib.py.


Member Function Documentation

Definition at line 89 of file pi_trees_lib.py.

def pi_trees_lib.pi_trees_lib.Task.__exit__ (   self,
  exc_type,
  exc_val,
  exc_tb 
)

Definition at line 92 of file pi_trees_lib.py.

Definition at line 64 of file pi_trees_lib.py.

Definition at line 82 of file pi_trees_lib.py.

Definition at line 76 of file pi_trees_lib.py.

Definition at line 85 of file pi_trees_lib.py.

def pi_trees_lib.pi_trees_lib.Task.insert_child (   self,
  c,
  i 
)

Definition at line 73 of file pi_trees_lib.py.

Definition at line 70 of file pi_trees_lib.py.

Definition at line 67 of file pi_trees_lib.py.

Definition at line 79 of file pi_trees_lib.py.


Member Data Documentation

Reimplemented in pi_trees_lib.pi_trees_lib.Limit, and pi_trees_lib.pi_trees_lib.Loop.

Definition at line 44 of file pi_trees_lib.py.

Definition at line 44 of file pi_trees_lib.py.

Definition at line 44 of file pi_trees_lib.py.


The documentation for this class was generated from the following file:


pi_trees_lib
Author(s): Patrick Goebel
autogenerated on Thu Jun 6 2019 17:33:29