Class: coder.make.ToolchainInfo
Package: coder.make
Get postbuild BuildTool
object
bldtl_handle = h.getPostbuildTool(bldtl_name)
gets the named bldtl_handle
= h
.getPostbuildTool(bldtl_name
)BuildTool
object from
PostbuildTool
and returns a handle
to the object.
h.getPostbuildTool('Download')
ans = ############################################## # Build Tool: Download ############################################## Language : '' OptionsRegistry : {'Download','DOWNLOAD_FLAGS'} InputFileExtensions : {} OutputFileExtensions : {} DerivedFileExtensions : {} SupportedOutputs : {coder.make.enum.BuildOutput.EXECUTABLE} CommandPattern : '|>TOOL<| |>TOOL_OPTIONS<|' # --------- # Command # --------- DOWNLOAD = DOWNLOAD_PATH = # ------------ # Directives # ------------ (none) # ----------------- # File Extensions # ----------------- (none)