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.
1 parent a98c617 commit 6ebf3e7Copy full SHA for 6ebf3e7
src/python/stubs/generate_stubs.py
@@ -30,8 +30,8 @@ class OIIOSignatureGenerator(AdvancedSignatureGenerator):
30
sig_matcher = AdvancedSigMatcher(
31
signature_overrides={
32
# signatures for these special methods include many inaccurate overloads
33
- "*.__ne__": "(self, other: object) -> bool",
34
- "*.__eq__": "(self, other: object) -> bool",
+ # "*.__ne__": "(self, other: object) -> bool",
+ # "*.__eq__": "(self, other: object) -> bool",
35
},
36
arg_type_overrides={
37
# FIXME: Buffer may in fact be more accurate here
0 commit comments