h.removePostbuildTool(bldtl_name)
removes the named build tool from h
.removePostbuildTool(bldtl_name
)PostbuildTools
.
h.addPostbuildTool('copier');
h.PostbuildTools
ans = # ----------------------- # "PostbuildTools" List # ----------------------- copier = <coder.make.BuildTool> Download = <coder.make.BuildTool> Execute = <coder.make.BuildTool>
h.removePostbuildTool('copier')