Skip to content

Commit 394c682

Browse files
committed
Add @disjoint_base decorator to UnaryExpr class
Applied the @disjoint_base decorator to the UnaryExpr class in scip.pyi to clarify its role in the type hierarchy.
1 parent 86678e2 commit 394c682

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pyscipopt/scip.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,6 +2198,7 @@ class Term:
21982198
def __lt__(self, other: object) -> bool: ...
21992199
def __ne__(self, other: object) -> bool: ...
22002200

2201+
@disjoint_base
22012202
class UnaryExpr(GenExpr):
22022203
def __init__(self, *args: Incomplete, **kwargs: Incomplete) -> None: ...
22032204

0 commit comments

Comments
 (0)