Closed khardix closed 7 years ago
@junaruga, could you please go over the added docstrings for BaseBuilder.{__init__,before,after}
and confirm that they correspond to what you have in mind for them?
After making sure that I understood them correctly, I will go over existing builders and refactor them to use the new __init__
interface.
There was a syntax error on Py3.4 that was OK on later Pythons, oops 😄. Should be fixed now.
Rebased on current master
branch.
Should be all set now. @junaruga, ready for review.
It looks good to me!
As discussed in sclorg#58 (relevant discussion), there is a need for a custom builder initialization not skipped on
--resume
. This PR extends the interface ofBaseBuilder.__init__
and relevant methods to allow for such initialization.