legate.core.Runtime.find_library#

Runtime.find_library(self, unicode library_name) Library#

Find a Library.

Parameters:

library_name (str) – The name of the library.

Returns:

The library.

Return type:

Library

Raises:

ValueError – If the library could not be found.