コード例 #1
0
 def ListApiMethods(self, args, context=None):
     return api_reflection.ApiListApiMethodsHandler(self)
コード例 #2
0
ファイル: reflection_test.py プロジェクト: x35029/grr
 def setUp(self):
     super(ApiListApiMethodsHandlerTest, self).setUp()
     self.router = DummyApiCallRouter()
     self.handler = reflection_plugin.ApiListApiMethodsHandler(self.router)