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 dbec97b commit 7da3a6aCopy full SHA for 7da3a6a
python-tests/test-type-registry.py
@@ -3,7 +3,7 @@
3
print(aika.add(1, 2))
4
5
print(dir(aika))
6
-print(hasattr(aika, "TypeRegistry"))
+#print(hasattr(aika, "TypeRegistry"))
7
8
tr = aika.TypeRegistry()
9
0 commit comments