You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this project for my doc, but realized that it seemed to ignore the __signature__ of objects. Am I right? This is critical as in my case I take great care to provide meaningful signature through a __signature__ property defined in my metaclasses. Without this, the doc simply looks at the class __init__, which is absolutely uninformative in my case.
All the best!
The text was updated successfully, but these errors were encountered:
Hi,
I tried this project for my doc, but realized that it seemed to ignore the
__signature__
of objects. Am I right? This is critical as in my case I take great care to provide meaningful signature through a__signature__
property defined in my metaclasses. Without this, the doc simply looks at the class__init__
, which is absolutely uninformative in my case.All the best!
The text was updated successfully, but these errors were encountered: