We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__slots__
1 parent e033786 commit d2b5056Copy full SHA for d2b5056
1 file changed
injection/_core/common/invertible.py
@@ -6,6 +6,8 @@
6
7
@runtime_checkable
8
class Invertible[T](Protocol):
9
+ __slots__ = ()
10
+
11
@abstractmethod
12
def __invert__(self) -> T:
13
raise NotImplementedError
0 commit comments