Changeset d03b94113615c1751b8a074bbd4064d915c70ff9

Show
Ignore:
Timestamp:
03/06/10 16:56:25 (5 months ago)
Author:
Joshua Brindle <method@manicmethod.com>
Committer:
Joshua Brindle <method@manicmethod.com> 1267916185 -0500
Parent:

[c1323f22c7ad93b975eb8b6a251b893bc88f240f]

Message:

regenerate swig wrappers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libselinux/src/selinux.py

    r94c51ba rd03b941  
    11# This file was automatically generated by SWIG (http://www.swig.org). 
    2 # Version 1.3.39 
     2# Version 1.3.40 
    33# 
    44# Do not make changes to this file unless you know what you are doing--modify 
     
    2222            finally: 
    2323                fp.close() 
    24                 return _mod 
     24            return _mod 
    2525    _selinux = swig_import_helper() 
    2626    del swig_import_helper 
     
    22982298selinux_lsetfilecon_default = _selinux.selinux_lsetfilecon_default 
    22992299 
    2300  
     2300def selinux_reset_config(): 
     2301  return _selinux.selinux_reset_config() 
     2302selinux_reset_config = _selinux.selinux_reset_config 
     2303 
     2304 
  • libselinux/src/selinuxswig_wrap.c

    r94c51ba rd03b941  
    11/* ---------------------------------------------------------------------------- 
    22 * This file was automatically generated by SWIG (http://www.swig.org). 
    3  * Version 1.3.39 
     3 * Version 1.3.40 
    44 *  
    55 * This file is not intended to be easily readable and contains a number of  
     
    726726 
    727727 
    728 /* Compatibility marcos for Python 3 */ 
     728/* Compatibility macros for Python 3 */ 
    729729#if PY_VERSION_HEX >= 0x03000000 
    730730 
     
    759759  char *cstr; 
    760760  char *newstr; 
    761   int len; 
     761  Py_ssize_t len; 
    762762  str = PyUnicode_AsUTF8String(str); 
    763763  PyBytes_AsStringAndSize(str, &cstr, &len); 
     
    14491449{ 
    14501450  const char *name = SWIG_TypePrettyName(v->ty); 
    1451   PyObject *hex = SwigPyObject_hex(v);     
    1452   PyObject *repr = SWIG_Python_str_FromFormat("<Swig Object of type '%s' at %p>", name, hex); 
    1453   Py_DECREF(hex); 
     1451  PyObject *repr = SWIG_Python_str_FromFormat("<Swig Object of type '%s' at %p>", name, v); 
    14541452  if (v->next) { 
    14551453#ifdef METH_NOARGS 
     
    15061504} 
    15071505 
    1508 /* Added for Python 3.x, whould it also useful for Python 2.x? */ 
     1506/* Added for Python 3.x, would it also be useful for Python 2.x? */ 
    15091507SWIGRUNTIME PyObject* 
    15101508SwigPyObject_richcompare(SwigPyObject *v, SwigPyObject *w, int op) 
     
    15541552      PyObject *res; 
    15551553      if (data->delargs) { 
    1556         /* we need to create a temporal object to carry the destroy operation */ 
     1554        /* we need to create a temporary object to carry the destroy operation */ 
    15571555        PyObject *tmp = SwigPyObject_New(sobj->ptr, ty, 0); 
    15581556        res = SWIG_Python_CallFunctor(destroy, tmp); 
     
    17551753    const PyTypeObject tmp 
    17561754      = { 
    1757         /* PyOjbect header changed in Python 3 */ 
     1755        /* PyObject header changed in Python 3 */ 
    17581756#if PY_VERSION_HEX >= 0x03000000 
    17591757        PyVarObject_HEAD_INIT(&PyType_Type, 0) 
     
    17741772        (setattrfunc)0,                     /* tp_setattr */  
    17751773#if PY_VERSION_HEX >= 0x03000000 
    1776     0, /* tp_reserved in 3.0.1 */ 
     1774    0, /* tp_reserved in 3.0.1, tp_compare in 3.0.0 but not used */ 
    17771775#else 
    17781776        (cmpfunc)SwigPyObject_compare,      /* tp_compare */ 
     
    18241822      }; 
    18251823    swigpyobject_type = tmp; 
    1826     /* for Python 3 we already assigned the ob_type in PyVarObject_HEAD_INIT() */ 
     1824    /* for Python 3 we already assigned ob_type in PyVarObject_HEAD_INIT() */ 
    18271825#if PY_VERSION_HEX < 0x03000000 
    18281826    swigpyobject_type.ob_type = &PyType_Type; 
     
    22312229    const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc); 
    22322230    const char *desc = doc ? strstr(doc, "swig_ptr: ") : 0; 
    2233     if (desc) { 
     2231    if (desc) 
    22342232      desc = ty ? SWIG_UnpackVoidPtr(desc + 10, &vptr, ty->name) : 0; 
    2235       if (!desc) return SWIG_ERROR; 
    2236     } 
     2233    if (!desc)  
     2234      return SWIG_ERROR; 
    22372235    if (ty) { 
    22382236      swig_cast_info *tc = SWIG_TypeCheck(desc,ty); 
     
    22722270 
    22732271/* 
    2274   Create a new instance object, whitout calling __init__, and set the 
     2272  Create a new instance object, without calling __init__, and set the 
    22752273  'this' attribute. 
    22762274*/ 
     
    27202718#define SWIG_name    "_selinux" 
    27212719 
    2722 #define SWIGVERSION 0x010339  
     2720#define SWIGVERSION 0x010340  
    27232721#define SWIG_VERSION SWIGVERSION 
    27242722 
     
    1188211880fail: 
    1188311881  if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); 
     11882  return NULL; 
     11883} 
     11884 
     11885 
     11886SWIGINTERN PyObject *_wrap_selinux_reset_config(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { 
     11887  PyObject *resultobj = 0; 
     11888   
     11889  if (!PyArg_ParseTuple(args,(char *)":selinux_reset_config")) SWIG_fail; 
     11890  selinux_reset_config(); 
     11891  resultobj = SWIG_Py_Void(); 
     11892  return resultobj; 
     11893fail: 
    1188411894  return NULL; 
    1188511895} 
     
    1218712197         { (char *)"selinux_file_context_verify", _wrap_selinux_file_context_verify, METH_VARARGS, NULL}, 
    1218812198         { (char *)"selinux_lsetfilecon_default", _wrap_selinux_lsetfilecon_default, METH_VARARGS, NULL}, 
     12199         { (char *)"selinux_reset_config", _wrap_selinux_reset_config, METH_VARARGS, NULL}, 
    1218912200         { NULL, NULL, 0, NULL } 
    1219012201}; 
     
    1273112742        sizeof(swig_varlinkobject),         /* Basic size (tp_basicsize) */ 
    1273212743        0,                                  /* Itemsize (tp_itemsize) */ 
    12733         (destructor) swig_varlink_dealloc,  /* Deallocator (tp_dealloc) */  
     12744        (destructor) swig_varlink_dealloc,  /* Deallocator (tp_dealloc) */  
    1273412745        (printfunc) swig_varlink_print,     /* Print (tp_print) */ 
    1273512746        (getattrfunc) swig_varlink_getattr, /* get attr (tp_getattr) */ 
     
    1274212753        0,                                  /* tp_hash */ 
    1274312754        0,                                  /* tp_call */ 
    12744         (reprfunc)swig_varlink_str,        /* tp_str */ 
     12755        (reprfunc) swig_varlink_str,        /* tp_str */ 
    1274512756        0,                                  /* tp_getattro */ 
    1274612757        0,                                  /* tp_setattro */ 
     
    1276312774      }; 
    1276412775      varlink_type = tmp; 
    12765       /* for Python 3 we already assigned the ob_type in PyVarObject_HEAD_INIT() */ 
     12776      /* for Python 3 we already assigned ob_type in PyVarObject_HEAD_INIT() */ 
    1276612777#if PY_VERSION_HEX < 0x03000000 
    1276712778      varlink_type.ob_type = &PyType_Type; 
  • libsemanage/src/semanage.py

    r94c51ba rd03b941  
    11# This file was automatically generated by SWIG (http://www.swig.org). 
    2 # Version 1.3.39 
     2# Version 1.3.40 
    33# 
    44# Do not make changes to this file unless you know what you are doing--modify 
     
    2222            finally: 
    2323                fp.close() 
    24                 return _mod 
     24            return _mod 
    2525    _semanage = swig_import_helper() 
    2626    del swig_import_helper 
     
    127127semanage_set_disable_dontaudit = _semanage.semanage_set_disable_dontaudit 
    128128 
     129def semanage_set_check_contexts(*args): 
     130  return _semanage.semanage_set_check_contexts(*args) 
     131semanage_set_check_contexts = _semanage.semanage_set_check_contexts 
     132 
    129133def semanage_is_managed(*args): 
    130134  return _semanage.semanage_is_managed(*args) 
     
    185189semanage_module_install_base_file = _semanage.semanage_module_install_base_file 
    186190 
     191def semanage_module_enable(*args): 
     192  return _semanage.semanage_module_enable(*args) 
     193semanage_module_enable = _semanage.semanage_module_enable 
     194 
     195def semanage_module_disable(*args): 
     196  return _semanage.semanage_module_disable(*args) 
     197semanage_module_disable = _semanage.semanage_module_disable 
     198 
    187199def semanage_module_remove(*args): 
    188200  return _semanage.semanage_module_remove(*args) 
     
    208220  return _semanage.semanage_module_get_version(*args) 
    209221semanage_module_get_version = _semanage.semanage_module_get_version 
     222 
     223def semanage_module_get_enabled(*args): 
     224  return _semanage.semanage_module_get_enabled(*args) 
     225semanage_module_get_enabled = _semanage.semanage_module_get_enabled 
    210226 
    211227def semanage_context_get_user(*args): 
  • libsemanage/src/semanageswig_wrap.c

    r94c51ba rd03b941  
    11/* ---------------------------------------------------------------------------- 
    22 * This file was automatically generated by SWIG (http://www.swig.org). 
    3  * Version 1.3.39 
     3 * Version 1.3.40 
    44 *  
    55 * This file is not intended to be easily readable and contains a number of  
     
    726726 
    727727 
    728 /* Compatibility marcos for Python 3 */ 
     728/* Compatibility macros for Python 3 */ 
    729729#if PY_VERSION_HEX >= 0x03000000 
    730730 
     
    759759  char *cstr; 
    760760  char *newstr; 
    761   int len; 
     761  Py_ssize_t len; 
    762762  str = PyUnicode_AsUTF8String(str); 
    763763  PyBytes_AsStringAndSize(str, &cstr, &len); 
     
    14491449{ 
    14501450  const char *name = SWIG_TypePrettyName(v->ty); 
    1451   PyObject *hex = SwigPyObject_hex(v);     
    1452   PyObject *repr = SWIG_Python_str_FromFormat("<Swig Object of type '%s' at %p>", name, hex); 
    1453   Py_DECREF(hex); 
     1451  PyObject *repr = SWIG_Python_str_FromFormat("<Swig Object of type '%s' at %p>", name, v); 
    14541452  if (v->next) { 
    14551453#ifdef METH_NOARGS 
     
    15061504} 
    15071505 
    1508 /* Added for Python 3.x, whould it also useful for Python 2.x? */ 
     1506/* Added for Python 3.x, would it also be useful for Python 2.x? */ 
    15091507SWIGRUNTIME PyObject* 
    15101508SwigPyObject_richcompare(SwigPyObject *v, SwigPyObject *w, int op) 
     
    15541552      PyObject *res; 
    15551553      if (data->delargs) { 
    1556         /* we need to create a temporal object to carry the destroy operation */ 
     1554        /* we need to create a temporary object to carry the destroy operation */ 
    15571555        PyObject *tmp = SwigPyObject_New(sobj->ptr, ty, 0); 
    15581556        res = SWIG_Python_CallFunctor(destroy, tmp); 
     
    17551753    const PyTypeObject tmp 
    17561754      = { 
    1757         /* PyOjbect header changed in Python 3 */ 
     1755        /* PyObject header changed in Python 3 */ 
    17581756#if PY_VERSION_HEX >= 0x03000000 
    17591757        PyVarObject_HEAD_INIT(&PyType_Type, 0) 
     
    17741772        (setattrfunc)0,                     /* tp_setattr */  
    17751773#if PY_VERSION_HEX >= 0x03000000 
    1776     0, /* tp_reserved in 3.0.1 */ 
     1774    0, /* tp_reserved in 3.0.1, tp_compare in 3.0.0 but not used */ 
    17771775#else 
    17781776        (cmpfunc)SwigPyObject_compare,      /* tp_compare */ 
     
    18241822      }; 
    18251823    swigpyobject_type = tmp; 
    1826     /* for Python 3 we already assigned the ob_type in PyVarObject_HEAD_INIT() */ 
     1824    /* for Python 3 we already assigned ob_type in PyVarObject_HEAD_INIT() */ 
    18271825#if PY_VERSION_HEX < 0x03000000 
    18281826    swigpyobject_type.ob_type = &PyType_Type; 
     
    22312229    const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc); 
    22322230    const char *desc = doc ? strstr(doc, "swig_ptr: ") : 0; 
    2233     if (desc) { 
     2231    if (desc) 
    22342232      desc = ty ? SWIG_UnpackVoidPtr(desc + 10, &vptr, ty->name) : 0; 
    2235       if (!desc) return SWIG_ERROR; 
    2236     } 
     2233    if (!desc)  
     2234      return SWIG_ERROR; 
    22372235    if (ty) { 
    22382236      swig_cast_info *tc = SWIG_TypeCheck(desc,ty); 
     
    22722270 
    22732271/* 
    2274   Create a new instance object, whitout calling __init__, and set the 
     2272  Create a new instance object, without calling __init__, and set the 
    22752273  'this' attribute. 
    22762274*/ 
     
    27402738#define SWIG_name    "_semanage" 
    27412739 
    2742 #define SWIGVERSION 0x010339  
     2740#define SWIGVERSION 0x010340  
    27432741#define SWIG_VERSION SWIGVERSION 
    27442742 
     
    35063504 
    35073505 
     3506SWIGINTERN PyObject *_wrap_semanage_set_check_contexts(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { 
     3507  PyObject *resultobj = 0; 
     3508  semanage_handle_t *arg1 = (semanage_handle_t *) 0 ; 
     3509  int arg2 ; 
     3510  void *argp1 = 0 ; 
     3511  int res1 = 0 ; 
     3512  int val2 ; 
     3513  int ecode2 = 0 ; 
     3514  PyObject * obj0 = 0 ; 
     3515  PyObject * obj1 = 0 ; 
     3516   
     3517  if (!PyArg_ParseTuple(args,(char *)"OO:semanage_set_check_contexts",&obj0,&obj1)) SWIG_fail; 
     3518  res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_semanage_handle, 0 |  0 ); 
     3519  if (!SWIG_IsOK(res1)) { 
     3520    SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "semanage_set_check_contexts" "', argument " "1"" of type '" "semanage_handle_t *""'");  
     3521  } 
     3522  arg1 = (semanage_handle_t *)(argp1); 
     3523  ecode2 = SWIG_AsVal_int(obj1, &val2); 
     3524  if (!SWIG_IsOK(ecode2)) { 
     3525    SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "semanage_set_check_contexts" "', argument " "2"" of type '" "int""'"); 
     3526  }  
     3527  arg2 = (int)(val2); 
     3528  semanage_set_check_contexts(arg1,arg2); 
     3529  resultobj = SWIG_Py_Void(); 
     3530  return resultobj; 
     3531fail: 
     3532  return NULL; 
     3533} 
     3534 
     3535 
    35083536SWIGINTERN PyObject *_wrap_semanage_is_managed(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { 
    35093537  PyObject *resultobj = 0; 
     
    39043932  arg2 = (char *)(buf2); 
    39053933  result = (int)semanage_module_install_base_file(arg1,(char const *)arg2); 
     3934  resultobj = SWIG_From_int((int)(result)); 
     3935  if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); 
     3936  return resultobj; 
     3937fail: 
     3938  if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); 
     3939  return NULL; 
     3940} 
     3941 
     3942 
     3943SWIGINTERN PyObject *_wrap_semanage_module_enable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { 
     3944  PyObject *resultobj = 0; 
     3945  semanage_handle_t *arg1 = (semanage_handle_t *) 0 ; 
     3946  char *arg2 = (char *) 0 ; 
     3947  void *argp1 = 0 ; 
     3948  int res1 = 0 ; 
     3949  int res2 ; 
     3950  char *buf2 = 0 ; 
     3951  int alloc2 = 0 ; 
     3952  PyObject * obj0 = 0 ; 
     3953  PyObject * obj1 = 0 ; 
     3954  int result; 
     3955   
     3956  if (!PyArg_ParseTuple(args,(char *)"OO:semanage_module_enable",&obj0,&obj1)) SWIG_fail; 
     3957  res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_semanage_handle, 0 |  0 ); 
     3958  if (!SWIG_IsOK(res1)) { 
     3959    SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "semanage_module_enable" "', argument " "1"" of type '" "semanage_handle_t *""'");  
     3960  } 
     3961  arg1 = (semanage_handle_t *)(argp1); 
     3962  res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2); 
     3963  if (!SWIG_IsOK(res2)) { 
     3964    SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "semanage_module_enable" "', argument " "2"" of type '" "char *""'"); 
     3965  } 
     3966  arg2 = (char *)(buf2); 
     3967  result = (int)semanage_module_enable(arg1,arg2); 
     3968  resultobj = SWIG_From_int((int)(result)); 
     3969  if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); 
     3970  return resultobj; 
     3971fail: 
     3972  if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); 
     3973  return NULL; 
     3974} 
     3975 
     3976 
     3977SWIGINTERN PyObject *_wrap_semanage_module_disable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { 
     3978  PyObject *resultobj = 0; 
     3979  semanage_handle_t *arg1 = (semanage_handle_t *) 0 ; 
     3980  char *arg2 = (char *) 0 ; 
     3981  void *argp1 = 0 ; 
     3982  int res1 = 0 ; 
     3983  int res2 ; 
     3984  char *buf2 = 0 ; 
     3985  int alloc2 = 0 ; 
     3986  PyObject * obj0 = 0 ; 
     3987  PyObject * obj1 = 0 ; 
     3988  int result; 
     3989   
     3990  if (!PyArg_ParseTuple(args,(char *)"OO:semanage_module_disable",&obj0,&obj1)) SWIG_fail; 
     3991  res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_semanage_handle, 0 |  0 ); 
     3992  if (!SWIG_IsOK(res1)) { 
     3993    SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "semanage_module_disable" "', argument " "1"" of type '" "semanage_handle_t *""'");  
     3994  } 
     3995  arg1 = (semanage_handle_t *)(argp1); 
     3996  res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2); 
     3997  if (!SWIG_IsOK(res2)) { 
     3998    SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "semanage_module_disable" "', argument " "2"" of type '" "char *""'"); 
     3999  } 
     4000  arg2 = (char *)(buf2); 
     4001  result = (int)semanage_module_disable(arg1,arg2); 
    39064002  resultobj = SWIG_From_int((int)(result)); 
    39074003  if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); 
     
    40774173  result = (char *)semanage_module_get_version(arg1); 
    40784174  resultobj = SWIG_FromCharPtr((const char *)result); 
     4175  return resultobj; 
     4176fail: 
     4177  return NULL; 
     4178} 
     4179 
     4180 
     4181SWIGINTERN PyObject *_wrap_semanage_module_get_enabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { 
     4182  PyObject *resultobj = 0; 
     4183  semanage_module_info_t *arg1 = (semanage_module_info_t *) 0 ; 
     4184  void *argp1 = 0 ; 
     4185  int res1 = 0 ; 
     4186  PyObject * obj0 = 0 ; 
     4187  int result; 
     4188   
     4189  if (!PyArg_ParseTuple(args,(char *)"O:semanage_module_get_enabled",&obj0)) SWIG_fail; 
     4190  res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_semanage_module_info, 0 |  0 ); 
     4191  if (!SWIG_IsOK(res1)) { 
     4192    SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "semanage_module_get_enabled" "', argument " "1"" of type '" "semanage_module_info_t *""'");  
     4193  } 
     4194  arg1 = (semanage_module_info_t *)(argp1); 
     4195  result = (int)semanage_module_get_enabled(arg1); 
     4196  resultobj = SWIG_From_int((int)(result)); 
    40794197  return resultobj; 
    40804198fail: 
     
    1177011888         { (char *)"semanage_get_disable_dontaudit", _wrap_semanage_get_disable_dontaudit, METH_VARARGS, NULL}, 
    1177111889         { (char *)"semanage_set_disable_dontaudit", _wrap_semanage_set_disable_dontaudit, METH_VARARGS, NULL}, 
     11890         { (char *)"semanage_set_check_contexts", _wrap_semanage_set_check_contexts, METH_VARARGS, NULL}, 
    1177211891         { (char *)"semanage_is_managed", _wrap_semanage_is_managed, METH_VARARGS, NULL}, 
    1177311892         { (char *)"semanage_connect", _wrap_semanage_connect, METH_VARARGS, NULL}, 
     
    1178411903         { (char *)"semanage_module_install_base", _wrap_semanage_module_install_base, METH_VARARGS, NULL}, 
    1178511904         { (char *)"semanage_module_install_base_file", _wrap_semanage_module_install_base_file, METH_VARARGS, NULL}, 
     11905         { (char *)"semanage_module_enable", _wrap_semanage_module_enable, METH_VARARGS, NULL}, 
     11906         { (char *)"semanage_module_disable", _wrap_semanage_module_disable, METH_VARARGS, NULL}, 
    1178611907         { (char *)"semanage_module_remove", _wrap_semanage_module_remove, METH_VARARGS, NULL}, 
    1178711908         { (char *)"semanage_module_list", _wrap_semanage_module_list, METH_VARARGS, NULL}, 
     
    1179011911         { (char *)"semanage_module_get_name", _wrap_semanage_module_get_name, METH_VARARGS, NULL}, 
    1179111912         { (char *)"semanage_module_get_version", _wrap_semanage_module_get_version, METH_VARARGS, NULL}, 
     11913         { (char *)"semanage_module_get_enabled", _wrap_semanage_module_get_enabled, METH_VARARGS, NULL}, 
    1179211914         { (char *)"semanage_context_get_user", _wrap_semanage_context_get_user, METH_VARARGS, NULL}, 
    1179311915         { (char *)"semanage_context_set_user", _wrap_semanage_context_set_user, METH_VARARGS, NULL}, 
     
    1263212754        sizeof(swig_varlinkobject),         /* Basic size (tp_basicsize) */ 
    1263312755        0,                                  /* Itemsize (tp_itemsize) */ 
    12634         (destructor) swig_varlink_dealloc,  /* Deallocator (tp_dealloc) */  
     12756        (destructor) swig_varlink_dealloc,  /* Deallocator (tp_dealloc) */  
    1263512757        (printfunc) swig_varlink_print,     /* Print (tp_print) */ 
    1263612758        (getattrfunc) swig_varlink_getattr, /* get attr (tp_getattr) */ 
     
    1264312765        0,                                  /* tp_hash */ 
    1264412766        0,                                  /* tp_call */ 
    12645         (reprfunc)swig_varlink_str,        /* tp_str */ 
     12767        (reprfunc) swig_varlink_str,        /* tp_str */ 
    1264612768        0,                                  /* tp_getattro */ 
    1264712769        0,                                  /* tp_setattro */ 
     
    1266412786      }; 
    1266512787      varlink_type = tmp; 
    12666       /* for Python 3 we already assigned the ob_type in PyVarObject_HEAD_INIT() */ 
     12788      /* for Python 3 we already assigned ob_type in PyVarObject_HEAD_INIT() */ 
    1266712789#if PY_VERSION_HEX < 0x03000000 
    1266812790      varlink_type.ob_type = &PyType_Type;