param.parameterized.Parameters.method_dependencies#

Parameters.method_dependencies(name, intermediate=False)[source]#

Given the name of a method, returns a PInfo object for each dependency of this method. See help(PInfo) for the contents of these objects.

By default intermediate dependencies on sub-objects are not returned as these are primarily useful for internal use to determine when a sub-object dependency has to be updated.