SexpOptions

class SexpOptions

Options for S-exp output

Members defined in SexpOptions (4 members)

include_implicit

RW

Whether to include implicit relationships and their children in the output

indent

RW

Number of spaces to ident each level with

print_references

RW

Whether to print references next to some non-owning relationships.

__init__

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
Used in