|
|
|
|
|
|
|
addressof(...)
addressof(C instance) -> integer Return the address of the C
instance internal buffer |
|
|
|
alignment(...)
alignment(C type) -> integer alignment(C instance) -> integer
Return the alignment requirements of a C instance |
|
|
|
byref(...)
byref(C instance) -> byref-object Return a pointer lookalike to a
C instance, only usable as function argument |
|
|
|
|
|
|
|
dlclose(...)
dlclose a library |
|
|
|
dlopen(...)
dlopen(name, flag={RTLD_GLOBAL|RTLD_LOCAL}) open a shared library |
|
|
|
dlsym(...)
find symbol in shared library |
|
|
|
resize(...)
Resize the memory buffer of a ctypes instance |
|
|
(previous-encoding, previous-errors)
|
set_conversion_mode(encoding,
errors)
Set the encoding and error handling ctypes uses when converting
between unicode and strings. |
|
|
|
sizeof(...)
sizeof(C type) -> integer sizeof(C instance) -> integer Return
the size in bytes of a C instance |
|
|