chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:32:53 +08:00
commit 2a16f2f53b
247 changed files with 69150 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from mpmath import fp, iv, mp, mpc, mpf
def test_newstyle_classes():
for cls in [mp, fp, iv, mpf, mpc]:
for s in cls.__class__.__mro__:
assert isinstance(s, type)