Subsection

Subsection#

class Subsection(section)#

Bases: Generic[S]

Descriptor for subsection.

I do not use traitlets.Instance because it initializes eagerly, I would prefer to wait before initializing recursively all subsections.

Parameters:

section (type[S])

__init__(section)#
Parameters:

section (type[S])

__weakref__#

list of weak references to the object