Template Function PyCommunity_init

Function Documentation

template<class T>
static int PyCommunity_init(PyCommunityTemplate<T> *self, PyObject *args, PyObject *kwds)

Initialises the Community object.

Return
Template Parameters
  • T: the template type
Parameters
  • self: the Python self object
  • args: arguments to pass to constructor
  • kwds: keyword arguments to pass to constructor