write tests for SoundStat

This commit is contained in:
bkfox
2023-06-26 13:44:24 +02:00
parent b2f4bce717
commit 8fcfdcc74f
5 changed files with 65 additions and 47 deletions

View File

@@ -245,7 +245,6 @@ class Interface:
def __call__(self, *args, **kwargs):
target = self._imeta.target
print("is it class?", self, target, inspect.isclass(target))
if inspect.isclass(target):
target = target(*args, **kwargs)
return type(self)(