class documentation

class SplitDebug:

View In Hierarchy

A notebook-style formatter that does little more than take a list of tuple of three things (meant for the output of fragments()), and print them in a table.

Method __init__ Takes the output of one of these classes's fragments
Instance Variable fragments Undocumented
Method _repr_html_ Takes the tuples we were initiated with, show in a HTML table
def __init__(self, fragments):

Takes the output of one of these classes's fragments

fragments =

Undocumented

def _repr_html_(self):

Takes the tuples we were initiated with, show in a HTML table