Files
deb-python-taskflow/taskflow/engines/action_engine/completer.py
Joshua Harlow 4b0b7405b0 Move engine options extraction to __init__ methods
Instead of repeatedly extraction of engine options in
local functions/methods, just extract the currently
used options once (in using objects __init__ methods).

This saves some repeated extraction and establishes
the pattern of where engine options should be extracted
going forward.

Change-Id: I4d24f7badef61fdd69db22f59931c374c32986ff
2015-11-19 17:39:05 +00:00

9.0 KiB