/Tools/modulator/Templates/object_new
http://unladen-swallow.googlecode.com/ · #! · 13 lines · 10 code · 3 blank · 0 comment · 0 complexity · 0b07a6f988dd0b632af38130e7181c69 MD5 · raw file
- 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;
- }