call_accepts_kwarg# bayesflow.utils.keras_utils.call_accepts_kwarg(call, key: str) → bool[source]# Return whether a callable accepts a keyword argument. Parameters: callCallableCallable to inspect. keystrKeyword argument name. Returns: boolTrue if call explicitly accepts key or has **kwargs.