We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
====================================================================== ERROR: test_signature_on_callable_objects (tests.test_inspect.TestSignatureObject) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/funcsigs-0.4/work/funcsigs-0.4/tests/test_inspect.py", line 508, in test_signature_on_callable_objects self.assertEqual(self.signature(Foo()), File "/var/tmp/portage/dev-python/funcsigs-0.4/work/funcsigs-0.4/tests/test_inspect.py", line 17, in signature sig = inspect.signature(func) File "/var/tmp/portage/dev-python/funcsigs-0.4/work/funcsigs-0.4/funcsigs/__init__.py", line 176, in signature raise ValueError('callable {0!r} is not supported by signature'.format(obj)) ValueError: callable <tests.test_inspect.Foo object at 0x0000000001405948> is not supported by signature ====================================================================== ERROR: test_signature_on_class (tests.test_inspect.TestSignatureObject) ---------------------------------------------------------------------- Traceback (most recent call last): File "<string>", line 7, in test_signature_on_class File "/var/tmp/portage/dev-python/funcsigs-0.4/work/funcsigs-0.4/tests/test_inspect.py", line 17, in signature sig = inspect.signature(func) File "/var/tmp/portage/dev-python/funcsigs-0.4/work/funcsigs-0.4/funcsigs/__init__.py", line 176, in signature raise ValueError('callable {0!r} is not supported by signature'.format(obj)) ValueError: callable <class 'tests.test_inspect.C'> is not supported by signature ----------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
pypy2 is fine.
Sorry, something went wrong.
Fixes aliles#18: depend on ordereddict on old Pythons
6848ca8
No branches or pull requests
The text was updated successfully, but these errors were encountered: