matej_suchanek added a project: Performance Issue.
matej_suchanek added a comment.


  `DataSite.get_repo_for_entity_type` calls `DataSite.entity_source`. This 
method is not implemented, hence it ends up in `BaseSite.__getattr__` with the 
only purpose:
  
    Delegate undefined methods calls to the Family object.
    
    .. versionchanged:: 9.0
       Only delegate to public Family methods which have ``code`` as
       first parameter.
  
  This is where inspect kicks in.
  
  Perhaps there could be some caching layer.

TASK DETAIL
  https://phabricator.wikimedia.org/T413398

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to