TransitiveSet.children
TransitiveSet.children: list
TransitiveSet.definition
TransitiveSet.definition: TransitiveSetDefinition
TransitiveSet.project_as_args
def TransitiveSet.project_as_args(
projection: str,
*,
ordering: str = "preorder",
) -> TransitiveSetArgsProjection
TransitiveSet.project_as_json
def TransitiveSet.project_as_json(
projection: str,
*,
ordering: str = "preorder",
) -> TransitiveSetJsonProjection
TransitiveSet.reduce
def TransitiveSet.reduce(
reduction: str,
)
TransitiveSet.traverse
def TransitiveSet.traverse(
*,
ordering: str = "preorder",
) -> TransitiveSetIterator
TransitiveSet.value
TransitiveSet.value: typing.Any