contract.udt

This module contains D code for the contract tests between Python and its C API regarding user-defined types.

Members

Functions

simple_struct_func
PyObject* simple_struct_func(PyObject* self, PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.
struct_getset
PyObject* struct_getset(PyObject* self, PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.
twice_struct_func
PyObject* twice_struct_func(PyObject* self, PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

StructDefaultCtor
struct StructDefaultCtor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StructUserCtor
struct StructUserCtor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta