FilterFn

asdf.typing.FilterFn: TypeAlias = collections.abc.Callable[[typing.Any], bool] | collections.abc.Callable[[typing.Any, typing.Any], bool]

Function used to filter nodes in an ASDF tree