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
Describe the bug
from mkdocs.__main__ import cli as mkdocs ctx.run(mkdocs, args=["build", "-s"], title="Building documentation")
File "/media/data/dev/griffe/__pypackages__/3.7/lib/failprint/formats.py", line 134, in as_python_statement return f"{func.__name__}({args_str})" AttributeError: 'Group' object has no attribute '__name__'
Expected behavior If no __name__ attribute is present, find another way to get a name 😕
__name__
The text was updated successfully, but these errors were encountered:
fix: Fetch callable names from back frames
7f2a759
Issue #16: #16
No branches or pull requests
Describe the bug
Expected behavior
If no
__name__
attribute is present, find another way to get a name 😕The text was updated successfully, but these errors were encountered: