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
When debugging, pyoai objects are displayed as <oaipmh.common.Header object at 0x7f024ea693d0>, which is not very helpful. Each class should override __repr__ to return a more useful representation.
When debugging, pyoai objects are displayed as
<oaipmh.common.Header object at 0x7f024ea693d0>, which is not very helpful. Each class should override__repr__to return a more useful representation.