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
Actually tests to see if a ClassObject has constructors and, if so, generates a __doc__ string.
Formerly, the __doc__ string was set to an empty string. Now it remains None and test_enum.py checks for that.
This is also a step toward SomeObject.Overloads[]() handling which, of course, should not be attempted if the ClassObject doesn't have constructors. The current readme.html details the direction I'm heading with that one.
0 commit comments