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 447d8f3 commit 3d4f8bbCopy full SHA for 3d4f8bb
tests/structures/test_attribute.py
@@ -29,3 +29,4 @@ def test_is_autoload_property(self) -> None:
29
assert (
30
Attribute("attr", Type.DictStrAny, is_collection=True).is_autoload_property() is False
31
)
32
+ assert Attribute("meta", Type.DictStrAny).is_autoload_property() is False
0 commit comments