concepts.pdsketch.operator.OperatorBase#

class OperatorBase[source]#

Bases: object

Methods

Attributes

is_axiom

Whether the operator is an axiom.

is_macro

Whether the operator is a macro operator.

is_primitive

Whether this operator is a primitive operator (instead of a macro operator or a sub operator in a macro).

__init__()#
__new__(**kwargs)#
property is_axiom: bool#

Whether the operator is an axiom.

property is_macro#

Whether the operator is a macro operator.

property is_primitive: bool#

Whether this operator is a primitive operator (instead of a macro operator or a sub operator in a macro).