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)
def GrrBinary(self, binary_type, path): return config.GrrBinaryRef(binary_type=binary_type, path=path, context=self._context)