-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
AttributeError: '_ClientMethodFactory' object has no attribute '__code__' #6605
Labels
Milestone
Comments
Thank you for reporting. Could you provide a full traceback file to us? It was saved into temporary directory on crashes. The error message let us know the location of the file like this:
|
|
I'm also getting the same error. |
Reproduced with following code:
It seems |
tk0miya
added a commit
to tk0miya/sphinx
that referenced
this issue
Aug 18, 2019
…m method-like objects
tk0miya
added a commit
that referenced
this issue
Aug 18, 2019
Fix #6605: autodoc: crashed when target code contains custom method-like objects
Fixed by #6657. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue:
Running make docs throw a AttributeError.
Errors here:
https://github.com/HumanCellAtlas/dcp-cli/blob/34e6d610578c387726689861c7bb9bf62638e151/hca/util/__init__.py#L128
The text was updated successfully, but these errors were encountered: