Handbook
Glossary
pprint-object ( obj -- )
Factor handbook
»
Developer tools
»
The prettyprinter
»
Extending the prettyprinter
»
Prettyprinting more complex literals
Prev:
pprint* ( obj -- )
Next:
pprint-word ( word -- )
Vocabulary
prettyprint
.
custom
Inputs
obj
an
object
Outputs
None
Definition
IN:
prettyprint.custom
GENERIC:
pprint-object
( obj -- )
Methods
USING:
kernel
prettyprint.backend
prettyprint.custom
prettyprint.sections
;
M:
object
pprint-object
[
<flow
dup
pprint-delims
[
pprint-word
dup
pprint-narrow?
<inset
>pprint-sequence
pprint-elements
block>
]
dip
pprint-word
block>
]
check-recursion
;