FoldCondition

Contents

FoldCondition#

class penzai.treescope.foldable_representation.basic_parts.FoldCondition[source]#

Bases: RenderableTreePart

Renders conditionally depending on whether it’s collapsed or expanded.

Variables:

Inherited Attributes

collapsed_width

The length of this rendering if collapsed in one line, in characters.

newlines_in_expanded_parent

The number of newlines in this rendering if in an expanded parent.

tags_in_this_part

Returns a set of "tag" objects contained in this part.

Methods

__init__([collapsed, expanded])

foldables_in_this_part()

html_setup_parts(context)

render_to_html(stream, *[, at_beginning_of_line])

render_to_text(stream, *, expanded_parent, ...)

Attributes

collapsed

collapsed_width

The length of this rendering if collapsed in one line, in characters.

expanded

newlines_in_expanded_parent

The number of newlines in this rendering if in an expanded parent.

tags_in_this_part

Returns a set of "tag" objects contained in this part.