Cexpression

class ccg.expressions.Cexpression.CExpression

Bases: abc.ABC

Expression

abstract render(style=<ccg.style.Style object>)
Parameters

style (Style) –

Return type

str

class ccg.expressions.Cexpression.CExpressionFreeStyle(content)

Bases: ccg.expressions.Cexpression.CExpression

Freestyle Expression

Parameters

content (str) –

render(style=<ccg.style.Style object>)
Parameters

style (Style) –

Return type

str