physics_workload.app.pages.load_function

Handles the views for the Load Functions Groups

Classes

LoadFunctionCreate

Create a new load function

LoadFunctionDelete

Delete the load function

LoadFunctionEdit

Edit a load function

LoadFunctionDetail

Shows details of the standard load

LoadFunctionList

Page listing the standard load over history

Module Contents

class physics_workload.app.pages.load_function.LoadFunctionCreate(**kwargs)

Bases: iommi.Page

Create a new load function

header
form
examples
class physics_workload.app.pages.load_function.LoadFunctionDelete(**kwargs)

Bases: iommi.Page

Delete the load function

header
form
class physics_workload.app.pages.load_function.LoadFunctionEdit(**kwargs)

Bases: iommi.Page

Edit a load function

header
form
examples
class physics_workload.app.pages.load_function.LoadFunctionDetail(**kwargs)

Bases: iommi.Page

Shows details of the standard load

header
form
plotly
class Meta
static extra_evaluated__plotly(params, **_) str

Creates a graph of the student load function.

Parameters:

params – The page parameters, including the load function it’s for.

Returns:

A div containing the rendered plot (or an empty string if no plot is needed).

class physics_workload.app.pages.load_function.LoadFunctionList(**kwargs)

Bases: iommi.Page

Page listing the standard load over history

header
info
list