segram.datastruct.namespace module

class segram.datastruct.namespace.Namespace(*args: Any, **kwds: Any)[source]

Bases: MutableMapping

Namespace class.

It behaves like a dictionary with both item and attribute getters, setters and deletters.