pyquibbler.QuibPropertiesViewer

class pyquibbler.QuibPropertiesViewer(quib: Quib)

Display quib properties

Provides a text (repr) and html (_repr_html_) display of the key properties of a quib

Parameters:

quib (Quib) – The quib whose properties to display.

__init__(quib: Quib) None

Methods

__init__(quib)

get_html_repr()

Return an html representation of the properties of the quib.

get_text_repr()

Return a text representation of the properties of the quib.

Attributes

quib

The quib whose properties to display.