コード例 #1
0
 def ListRDFValuesDescriptors(self, args, context=None):
     return api_reflection.ApiListRDFValuesDescriptorsHandler()
コード例 #2
0
ファイル: reflection_test.py プロジェクト: x35029/grr
 def testSuccessfullyRendersReflectionDataForAllTypes(self):
     result = reflection_plugin.ApiListRDFValuesDescriptorsHandler().Handle(
         None, token=self.token)
     # TODO(user): enhance this test.
     self.assertTrue(result)