samlab.dashboard.backend.layouts module

Warning

module ‘samlab.dashboard.backend.layouts’ undocumented

class samlab.dashboard.backend.layouts.JSONFile(storage)[source]

Bases: Layouts

Warning

class ‘samlab.dashboard.backend.layouts.JSONFile’ undocumented

get(*, lid)[source]

Warning

method ‘samlab.dashboard.backend.layouts.JSONFile.get’ undocumented

put(*, content)[source]

Warning

method ‘samlab.dashboard.backend.layouts.JSONFile.put’ undocumented

class samlab.dashboard.backend.layouts.Layouts[source]

Bases: ABC

Warning

class ‘samlab.dashboard.backend.layouts.Layouts’ undocumented

abstract get(*, lid)[source]

Warning

method ‘samlab.dashboard.backend.layouts.Layouts.get’ undocumented

property name

Warning

property ‘samlab.dashboard.backend.layouts.Layouts.name’ undocumented

abstract put(*, content)[source]

Warning

method ‘samlab.dashboard.backend.layouts.Layouts.put’ undocumented

property service

Warning

property ‘samlab.dashboard.backend.layouts.Layouts.service’ undocumented