Home | Trees | Index | Help |
|
---|
Package zzub :: Module procwrap |
|
Provides an ld-like interface for retrieving functions from C libraries.
This is used in conjunction with the ./tools scripts, which generate the libzzub bindings.Function Summary | |
---|---|
Opens a library by name and returns a handle object. | |
Retrieves a symbol from a library loaded by dlopen and assigns correct result and argument types. | |
Stub. |
Function Details |
---|
dlopen(*args, **kwds)Opens a library by name and returns a handle object. See {library.load} for more information. |
dlsym(lib, name, restype, *args)Retrieves a symbol from a library loaded by dlopen and assigns correct result and argument types.
|
strip_ctype(obj)Stub. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Feb 27 23:31:30 2007 | http://epydoc.sf.net |