SexpOptions
- class SexpOptions
Options for S-exp output
Members defined in
SexpOptions(4 members)
RWWhether to include implicit relationships and their children in the output
RWNumber of spaces to ident each level with
RWWhether to print references next to some non-owning relationships.
Attributes
- property include_implicit: bool
Whether to include implicit relationships and their children in the output
- property indent: int
Number of spaces to ident each level with
- property print_references: bool
Whether to print references next to some non-owning relationships.
Methods
- __init__(indent: int = 2, include_implicit: bool = True, print_references: bool = False) None