INNER CODE UNIT · Python
_query
siznax/wptools · wptools/core.py:220
def _query(self, action, qobj):
"""
Abstract method that returns WPToolsQuery string
"""
raise NotImplementedError("A subclass must implement this method.")
def _set_data(self, action):
"""
Abstract method to capture API response data
"""
raise NotImplementedError("A subclass must implement this method.")
def info(self, action=None):
"""
returns cached request info for given action,
or list of cached actions
"""
if action in self.cache: