Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Fiatlight Documentation

FunctionWithGui

Introduction

FunctionWithGui is one of the core classes of FiatLight: it wraps a function with a GUI that presents its inputs and outputs.

  • Manual: Read the manual for a detailed guide on how to use it.

  • Source code: View its full code online.

Signature

Below, you will find the “signature” of the FunctionWithGui class, with its main attributes and methods (but not their bodies)

Its full source code is available online.

from fiatlight.fiat_notebook import look_at_code
%look_at_class_header fiatlight.fiat_core.FunctionWithGui
Loading...

Architecture

Below is a PlantUML diagram showing the architecture of the fiat_core module. See the architecture page for the full architecture diagrams.

from fiatlight.fiat_notebook import plantuml_magic
%plantuml_include class_diagrams/fiat_core.puml
Loading...