Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbaynham committed Nov 22, 2024
1 parent ca4908c commit 29da985
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ndscan/experiment/fragment.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,14 +524,14 @@ def _find_param_source(self, param_name: str) -> ParamHandle:
Follow the chain of rebindings to find the Fragment which currently has
this parameter as a free parameter, and return the ParamHandle for this
parameter within it.
parameter within it.
This is used to support "transitive" binding of parameters, where a
parameter is bound to another parameter that is itself bound to another
parameter, etc.
parameter, etc.
Note that binding to parameters that are *overridden* instead of rebound
is not supported.
is not supported.
:param param_name: The name of the parameter to find the target for.
:return: The ParamHandle for the parameter in the fragment that
Expand Down

0 comments on commit 29da985

Please sign in to comment.