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 needed to add some processing for a current project, so I tried overriding Copydoc.parse and calling super(). Got TypeError: must be type, not classobj.
Is there any reason CopyDoc doesn't (or shouldn't) inherit from object?