wtools
ESOwaftools
 All Classes Namespaces Functions Pages
wtools.utils Namespace Reference

Functions

def get_wscript_frame
 
def add_taskgen_method
 
def merge_unique_items_to_list
 
def merge_unique_items_to_dict
 

Detailed Description

Utility methods for wtools.

Function Documentation

def wtools.utils.add_taskgen_method (   tg,
  method,
  before = '',
  after = '' 
)
Add `method` to taskgen with ordering constrains using
`before` and `after`.
def wtools.utils.merge_unique_items_to_dict (   base_dict,
  merged_dict 
)
Merge unique items from merged_dict to base_dict.
def wtools.utils.merge_unique_items_to_list (   base_list,
  merged_list 
)
Merge unique items from merged_list to base_list.