dl

dl — Call C functions in shared objects

Deprecated since version 2.6: The dl module has been removed in Python 3. Use the ctypes module instead.

The dl module defines an interface to the dlopen() function, which is the most common interface on Unix platforms for handling dynamically linked libraries. It allows the program to call arbitrary functions in such a library.