wtools
ESOwaftools
|
Functions | |
def | get_wscript_frame |
def | add_taskgen_method |
def | merge_unique_items_to_list |
def | merge_unique_items_to_dict |
Utility methods for wtools.
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.