param.parameterized.Parameters.params_depended_on#

Parameters.params_depended_on(*args, **kwargs)[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.