Exemplo n.º 1
0
 def GrrBinary(
     self,
     binary_type: config_pb2.ApiGrrBinary.Type,
     path: str,
 ) -> config.GrrBinaryRef:
     return config.GrrBinaryRef(binary_type=binary_type,
                                path=path,
                                context=self._context)
Exemplo n.º 2
0
 def GrrBinary(self, binary_type, path):
     return config.GrrBinaryRef(binary_type=binary_type,
                                path=path,
                                context=self._context)