def jsonrpc_identity_get(self, include_xml_source=False):
     return api.identity_get(include_xml_source=include_xml_source)
Esempio n. 2
0
 def identity_get_v1(self, request):
     return api.identity_get(include_xml_source=bool(
         _request_arg(request, 'include_xml_source', '0') in [
             '1',
             'true',
         ]), )