Package ldict

Expand source code
from .core.ldict_ import Ldict as ldict
from .empty import Empty
from .parameter.functionspace import FunctionSpace
from .parameter.let import lLet as let

empty = Empty()
"""The empty object is used to induce a ldict from a dict"""

Sub-modules

ldict.core
ldict.customjson
ldict.exception
ldict.frozenlazydict
ldict.lazyval
ldict.parameter

Global variables

var empty

The empty object is used to induce a ldict from a dict