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

Classes

class  BlockLogger
 

Variables

TypeAlias BlockKey = Any
 
TypeAlias BlockContent = dict[BlockKey, float]
 

Detailed Description

Helpers for inspecting and logging C++ parameter blocks.

The C++ ``BlockProvider`` gives access to HyperISO parameter blocks. It can
check whether a block exists, log blocks through the C++ logging system, and
retrieve block names or block contents as Python objects.

Variable Documentation

◆ BlockContent

TypeAlias pyhyperiso.core.Core.BlockProvider.BlockContent = dict[BlockKey, float]

Definition at line 17 of file BlockProvider.py.

◆ BlockKey

TypeAlias pyhyperiso.core.Core.BlockProvider.BlockKey = Any

Definition at line 16 of file BlockProvider.py.