Recursively visits objects within this Params instance. Visit can traverse Params, lists, tuples, dataclasses, and namedtuples. By default, visit_fn is called on any object we don't know how to traverse into, like an integer or a string. enter_fn and exit_fn are called on objects w
(self,
visit_fn: Callable[[str, Any], None],
enter_fn: Optional[Callable[[str, Any], bool]] = None,
exit_fn: Optional[Callable[[str, Any], None]] = None)
source not stored for this graph (policy: none)
no outgoing calls