code: pyhg

ref: 5513dae7d9eee46f7e1843c8eeeaf9066d0ec632
dir: /sys/src/cmd/python/Tools/modulator/Templates/object_new/

View raw version

static $abbrev$object *
new$abbrev$object()
{
	$abbrev$object *self;
	
	self = PyObject_NEW($abbrev$object, &$Abbrev$type);
	if (self == NULL)
		return NULL;
	/* XXXX Add your own initializers here */
	return self;
}