Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
pyhyperiso.core.Core.DependantBlockInfoProvider Namespace Reference

Classes

class  DependantBlockInfoProvider
 

Detailed Description

Python wrapper for dependent-block graph introspection.

This module exposes a high-level Python facade over the C++
``DependantBlockInfoProvider``. It lets Python workflows inspect whether a
block is dependent, which blocks it depends on, and which blocks depend on it.

The Hyperiso core must be initialized before calling these methods, typically
through ``HyperisoMaster.init(...)``.