SWIG_NEWOBJMASK 260 py_ext/ming_wrap.c #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) SWIG_NEWOBJMASK 264 py_ext/ming_wrap.c #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) SWIG_NEWOBJMASK 267 py_ext/ming_wrap.c #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) SWIG_NEWOBJMASK 268 py_ext/ming_wrap.c #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) SWIG_NEWOBJMASK 269 py_ext/ming_wrap.c #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))