DataInterfaceSection

On this page

DataInterfaceSection#

class DataInterfaceSection(**kwargs)#

Bases: DataInterface[T_Params, T_Source, T_Data], Section

An interface that is also a configurable section.

Any modification of the interface traits will void the cache.

Parameters:
  • params (Any | None) – Passed to the parameters manager and other modules.

  • kwargs (Any) – Traits of the interface are extracted. The rest is passed to modules as usual.