pytableaux.proof.writers
Classes
- class TabWriter[source]
Tableau writer base class.
Constructing a
TabWriter
.Examples:
>>> # make an instance of the default writer class, with the default notation. >>> writer = TabWriter()
>>> # make an HtmlTabWriter, with the default notation. >>> writer = TabWriter('html')
>>> # make an HtmlTabWriter, with standard notation. >>> writer = TabWriter('html', 'standard')
- Return type:
_T
- defaults = mappingproxy({})
Default options.
registry
- registry