Skip to main content
The Library class represents a loaded shared library.

Example

Properties

symbols

An object whose keys match function names from the defs argument. Each value is a callable function.

Methods

close()

Calls dlclose() on the native library handle.