We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fa021 commit 0fefa60Copy full SHA for 0fefa60
tt/transformations/utils.py
@@ -449,6 +449,11 @@ def tt_compose(*fns):
449
BooleanExpression>` object when called.
450
:rtype: :data:`Callable <python:typing.Callable>`
451
452
+ :raises InvalidArgumentTypeError: If a modifier is ordered incorrectly or
453
+ a non-callable function is included in the sequence.
454
+ :raises InvalidArgumentValueError: If an insufficient number of arguments
455
+ is provided (must be at least 2).
456
+
457
Let's say we wanted a transformation that would first convert all operators
458
in our expression to their equivalent primitive form, and then apply De
459
Morgan's Law twice::
0 commit comments