Template Function PyCommunity_init¶
- Defined in File CCommunity.h
Function Documentation¶
-
template<class
T>
static intPyCommunity_init(PyCommunityTemplate<T> *self, PyObject *args, PyObject *kwds)¶ Initialises the Community object.
- Return
- Template Parameters
T: the template type
- Parameters
self: the Python self objectargs: arguments to pass to constructorkwds: keyword arguments to pass to constructor