override: bool If the destination object already has a method/attribute an AttributeError will be raised if override is False (the default). """ for method in methods: if hasattr(destination, method) and not override: raise AttributeError( f"Cannot add method {method!r}" + "to destinati...
distributions gp ode plots smc stats step_methods tests tuning variational __init__.py aesaraf.py blocking.py data.py exceptions.py math.py model.py model_graph.py parallel_sampling.py sampling.py sampling_jax.py util.py vartypes.py