pyk
Contents:
pyk
pyk package
Subpackages
pyk.cterm package
pyk.kast package
pyk.kbuild package
pyk.kcfg package
pyk.kdist package
pyk.klean package
pyk.kllvm package
pyk.konvert package
pyk.kore package
pyk.kore_exec_covr package
pyk.ktool package
pyk.proof package
pyk.testing package
Submodules
pyk
pyk
pyk package
pyk.cterm package
pyk.cterm.show module
View page source
pyk.cterm.show module
class
CTermShow
(
printer
:
'Callable[[KInner],
str]'
,
minimize
:
'bool'
=
True
,
break_cell_collections
:
'bool'
=
True
,
omit_labels
:
'Iterable[str]'
=
()
)
[source]
Bases:
object
let
(
minimize
:
bool
|
None
=
None
,
break_cell_collections
:
bool
|
None
=
None
,
omit_labels
:
Iterable
[
str
]
|
None
=
None
)
→
CTermShow
[source]
print_lines
(
kast
:
KInner
)
→
list
[
str
]
[source]
show
(
cterm
:
CTerm
)
→
list
[
str
]
[source]
show_config
(
cterm
:
CTerm
)
→
list
[
str
]
[source]
show_constraints
(
cterm
:
CTerm
)
→
list
[
str
]
[source]