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 a5da52d commit f7adc60Copy full SHA for f7adc60
tests/test_plugin.py
@@ -20,6 +20,9 @@ class MyModel(Model):
20
my_model.my_attr = 42
21
my_model.my_nullable_attr = 42
22
my_model.my_not_nullable_attr = 42
23
+
24
+ # just here to exercise the fallthrough of 'get_method_signature_hook'
25
+ reveal_type(MyModel.my_attr.exists()) # N: Revealed type is 'pynamodb.expressions.condition.Exists'
26
""") # noqa: E501
27
28
0 commit comments