// begin of template 'tmpl'

#py global n, ty
#py n = int(pycpp.params['num_args'])
#py ty = pycpp.params['type']
#py args = ', '.join('%s p%d' % (ty, i) for i in range(n))\

class `pycpp.params['name']` {
    void init(`args`);
};

// end of template 'tmpl'

