# This file was automatically generated by SWIG (http://www.swig.org).  
 | 
# Version 2.0.4  
 | 
#  
 | 
# Do not make changes to this file unless you know what you are doing--modify  
 | 
# the SWIG interface file instead.  
 | 
  
 | 
  
 | 
  
 | 
from sys import version_info  
 | 
if version_info >= (2,6,0):  
 | 
    def swig_import_helper():  
 | 
        from os.path import dirname  
 | 
        import imp  
 | 
        fp = None  
 | 
        try:  
 | 
            fp, pathname, description = imp.find_module('_IPY_Family', [dirname(__file__)])  
 | 
        except ImportError:  
 | 
            import _IPY_Family  
 | 
            return _IPY_Family  
 | 
        if fp is not None:  
 | 
            try:  
 | 
                _mod = imp.load_module('_IPY_Family', fp, pathname, description)  
 | 
            finally:  
 | 
                fp.close()  
 | 
            return _mod  
 | 
    _IPY_Family = swig_import_helper()  
 | 
    del swig_import_helper  
 | 
else:  
 | 
    import _IPY_Family  
 | 
del version_info  
 | 
try:  
 | 
    _swig_property = property  
 | 
except NameError:  
 | 
    pass # Python < 2.2 doesn't have 'property'.  
 | 
def _swig_setattr_nondynamic(self,class_type,name,value,static=1):  
 | 
    if (name == "thisown"): return self.this.own(value)  
 | 
    if (name == "this"):  
 | 
        if type(value).__name__ == 'SwigPyObject':  
 | 
            self.__dict__[name] = value  
 | 
            return  
 | 
    method = class_type.__swig_setmethods__.get(name,None)  
 | 
    if method: return method(self,value)  
 | 
    if (not static):  
 | 
        self.__dict__[name] = value  
 | 
    else:  
 | 
        raise AttributeError("You cannot add attributes to %s" % self)  
 | 
  
 | 
def _swig_setattr(self,class_type,name,value):  
 | 
    return _swig_setattr_nondynamic(self,class_type,name,value,0)  
 | 
  
 | 
def _swig_getattr(self,class_type,name):  
 | 
    if (name == "thisown"): return self.this.own()  
 | 
    method = class_type.__swig_getmethods__.get(name,None)  
 | 
    if method: return method(self)  
 | 
    raise AttributeError(name)  
 | 
  
 | 
def _swig_repr(self):  
 | 
    try: strthis = "proxy of " + self.this.__repr__()  
 | 
    except: strthis = ""  
 | 
    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)  
 | 
  
 | 
try:  
 | 
    _object = object  
 | 
    _newclass = 1  
 | 
except AttributeError:  
 | 
    class _object : pass  
 | 
    _newclass = 0  
 | 
  
 | 
  
 | 
class SwigPyIterator(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, SwigPyIterator, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, SwigPyIterator, name)  
 | 
    def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract")  
 | 
    __repr__ = _swig_repr  
 | 
    __swig_destroy__ = _IPY_Family.delete_SwigPyIterator  
 | 
    __del__ = lambda self : None;  
 | 
    def value(self): return _IPY_Family.SwigPyIterator_value(self)  
 | 
    def incr(self, n = 1): return _IPY_Family.SwigPyIterator_incr(self, n)  
 | 
    def decr(self, n = 1): return _IPY_Family.SwigPyIterator_decr(self, n)  
 | 
    def distance(self, *args): return _IPY_Family.SwigPyIterator_distance(self, *args)  
 | 
    def equal(self, *args): return _IPY_Family.SwigPyIterator_equal(self, *args)  
 | 
    def copy(self): return _IPY_Family.SwigPyIterator_copy(self)  
 | 
    def next(self): return _IPY_Family.SwigPyIterator_next(self)  
 | 
    def __next__(self): return _IPY_Family.SwigPyIterator___next__(self)  
 | 
    def previous(self): return _IPY_Family.SwigPyIterator_previous(self)  
 | 
    def advance(self, *args): return _IPY_Family.SwigPyIterator_advance(self, *args)  
 | 
    def __eq__(self, *args): return _IPY_Family.SwigPyIterator___eq__(self, *args)  
 | 
    def __ne__(self, *args): return _IPY_Family.SwigPyIterator___ne__(self, *args)  
 | 
    def __iadd__(self, *args): return _IPY_Family.SwigPyIterator___iadd__(self, *args)  
 | 
    def __isub__(self, *args): return _IPY_Family.SwigPyIterator___isub__(self, *args)  
 | 
    def __add__(self, *args): return _IPY_Family.SwigPyIterator___add__(self, *args)  
 | 
    def __sub__(self, *args): return _IPY_Family.SwigPyIterator___sub__(self, *args)  
 | 
    def __iter__(self): return self  
 | 
SwigPyIterator_swigregister = _IPY_Family.SwigPyIterator_swigregister  
 | 
SwigPyIterator_swigregister(SwigPyIterator)  
 | 
  
 | 
class IntVector(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, IntVector, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, IntVector, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def iterator(self): return _IPY_Family.IntVector_iterator(self)  
 | 
    def __iter__(self): return self.iterator()  
 | 
    def __nonzero__(self): return _IPY_Family.IntVector___nonzero__(self)  
 | 
    def __bool__(self): return _IPY_Family.IntVector___bool__(self)  
 | 
    def __len__(self): return _IPY_Family.IntVector___len__(self)  
 | 
    def pop(self): return _IPY_Family.IntVector_pop(self)  
 | 
    def __getslice__(self, *args): return _IPY_Family.IntVector___getslice__(self, *args)  
 | 
    def __setslice__(self, *args): return _IPY_Family.IntVector___setslice__(self, *args)  
 | 
    def __delslice__(self, *args): return _IPY_Family.IntVector___delslice__(self, *args)  
 | 
    def __delitem__(self, *args): return _IPY_Family.IntVector___delitem__(self, *args)  
 | 
    def __getitem__(self, *args): return _IPY_Family.IntVector___getitem__(self, *args)  
 | 
    def __setitem__(self, *args): return _IPY_Family.IntVector___setitem__(self, *args)  
 | 
    def append(self, *args): return _IPY_Family.IntVector_append(self, *args)  
 | 
    def empty(self): return _IPY_Family.IntVector_empty(self)  
 | 
    def size(self): return _IPY_Family.IntVector_size(self)  
 | 
    def clear(self): return _IPY_Family.IntVector_clear(self)  
 | 
    def swap(self, *args): return _IPY_Family.IntVector_swap(self, *args)  
 | 
    def get_allocator(self): return _IPY_Family.IntVector_get_allocator(self)  
 | 
    def begin(self): return _IPY_Family.IntVector_begin(self)  
 | 
    def end(self): return _IPY_Family.IntVector_end(self)  
 | 
    def rbegin(self): return _IPY_Family.IntVector_rbegin(self)  
 | 
    def rend(self): return _IPY_Family.IntVector_rend(self)  
 | 
    def pop_back(self): return _IPY_Family.IntVector_pop_back(self)  
 | 
    def erase(self, *args): return _IPY_Family.IntVector_erase(self, *args)  
 | 
    def __init__(self, *args):   
 | 
        this = _IPY_Family.new_IntVector(*args)  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    def push_back(self, *args): return _IPY_Family.IntVector_push_back(self, *args)  
 | 
    def front(self): return _IPY_Family.IntVector_front(self)  
 | 
    def back(self): return _IPY_Family.IntVector_back(self)  
 | 
    def assign(self, *args): return _IPY_Family.IntVector_assign(self, *args)  
 | 
    def resize(self, *args): return _IPY_Family.IntVector_resize(self, *args)  
 | 
    def insert(self, *args): return _IPY_Family.IntVector_insert(self, *args)  
 | 
    def reserve(self, *args): return _IPY_Family.IntVector_reserve(self, *args)  
 | 
    def capacity(self): return _IPY_Family.IntVector_capacity(self)  
 | 
    __swig_destroy__ = _IPY_Family.delete_IntVector  
 | 
    __del__ = lambda self : None;  
 | 
IntVector_swigregister = _IPY_Family.IntVector_swigregister  
 | 
IntVector_swigregister(IntVector)  
 | 
  
 | 
class DoubleVector(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, DoubleVector, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, DoubleVector, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def iterator(self): return _IPY_Family.DoubleVector_iterator(self)  
 | 
    def __iter__(self): return self.iterator()  
 | 
    def __nonzero__(self): return _IPY_Family.DoubleVector___nonzero__(self)  
 | 
    def __bool__(self): return _IPY_Family.DoubleVector___bool__(self)  
 | 
    def __len__(self): return _IPY_Family.DoubleVector___len__(self)  
 | 
    def pop(self): return _IPY_Family.DoubleVector_pop(self)  
 | 
    def __getslice__(self, *args): return _IPY_Family.DoubleVector___getslice__(self, *args)  
 | 
    def __setslice__(self, *args): return _IPY_Family.DoubleVector___setslice__(self, *args)  
 | 
    def __delslice__(self, *args): return _IPY_Family.DoubleVector___delslice__(self, *args)  
 | 
    def __delitem__(self, *args): return _IPY_Family.DoubleVector___delitem__(self, *args)  
 | 
    def __getitem__(self, *args): return _IPY_Family.DoubleVector___getitem__(self, *args)  
 | 
    def __setitem__(self, *args): return _IPY_Family.DoubleVector___setitem__(self, *args)  
 | 
    def append(self, *args): return _IPY_Family.DoubleVector_append(self, *args)  
 | 
    def empty(self): return _IPY_Family.DoubleVector_empty(self)  
 | 
    def size(self): return _IPY_Family.DoubleVector_size(self)  
 | 
    def clear(self): return _IPY_Family.DoubleVector_clear(self)  
 | 
    def swap(self, *args): return _IPY_Family.DoubleVector_swap(self, *args)  
 | 
    def get_allocator(self): return _IPY_Family.DoubleVector_get_allocator(self)  
 | 
    def begin(self): return _IPY_Family.DoubleVector_begin(self)  
 | 
    def end(self): return _IPY_Family.DoubleVector_end(self)  
 | 
    def rbegin(self): return _IPY_Family.DoubleVector_rbegin(self)  
 | 
    def rend(self): return _IPY_Family.DoubleVector_rend(self)  
 | 
    def pop_back(self): return _IPY_Family.DoubleVector_pop_back(self)  
 | 
    def erase(self, *args): return _IPY_Family.DoubleVector_erase(self, *args)  
 | 
    def __init__(self, *args):   
 | 
        this = _IPY_Family.new_DoubleVector(*args)  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    def push_back(self, *args): return _IPY_Family.DoubleVector_push_back(self, *args)  
 | 
    def front(self): return _IPY_Family.DoubleVector_front(self)  
 | 
    def back(self): return _IPY_Family.DoubleVector_back(self)  
 | 
    def assign(self, *args): return _IPY_Family.DoubleVector_assign(self, *args)  
 | 
    def resize(self, *args): return _IPY_Family.DoubleVector_resize(self, *args)  
 | 
    def insert(self, *args): return _IPY_Family.DoubleVector_insert(self, *args)  
 | 
    def reserve(self, *args): return _IPY_Family.DoubleVector_reserve(self, *args)  
 | 
    def capacity(self): return _IPY_Family.DoubleVector_capacity(self)  
 | 
    __swig_destroy__ = _IPY_Family.delete_DoubleVector  
 | 
    __del__ = lambda self : None;  
 | 
DoubleVector_swigregister = _IPY_Family.DoubleVector_swigregister  
 | 
DoubleVector_swigregister(DoubleVector)  
 | 
  
 | 
class PairInt(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, PairInt, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, PairInt, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def __init__(self, *args):   
 | 
        this = _IPY_Family.new_PairInt(*args)  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    __swig_setmethods__["first"] = _IPY_Family.PairInt_first_set  
 | 
    __swig_getmethods__["first"] = _IPY_Family.PairInt_first_get  
 | 
    if _newclass:first = _swig_property(_IPY_Family.PairInt_first_get, _IPY_Family.PairInt_first_set)  
 | 
    __swig_setmethods__["second"] = _IPY_Family.PairInt_second_set  
 | 
    __swig_getmethods__["second"] = _IPY_Family.PairInt_second_get  
 | 
    if _newclass:second = _swig_property(_IPY_Family.PairInt_second_get, _IPY_Family.PairInt_second_set)  
 | 
    def __len__(self): return 2  
 | 
    def __repr__(self): return str((self.first, self.second))  
 | 
    def __getitem__(self, index):   
 | 
      if not (index % 2):   
 | 
        return self.first  
 | 
      else:  
 | 
        return self.second  
 | 
    def __setitem__(self, index, val):  
 | 
      if not (index % 2):   
 | 
        self.first = val  
 | 
      else:  
 | 
        self.second = val  
 | 
    __swig_destroy__ = _IPY_Family.delete_PairInt  
 | 
    __del__ = lambda self : None;  
 | 
PairInt_swigregister = _IPY_Family.PairInt_swigregister  
 | 
PairInt_swigregister(PairInt)  
 | 
  
 | 
import IPY_PlayerDefine  
 | 
import IPY_ServerDefine  
 | 
class IPY_PlayerFamilyWarRecord(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_PlayerFamilyWarRecord, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, IPY_PlayerFamilyWarRecord, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def __init__(self):   
 | 
        this = _IPY_Family.new_IPY_PlayerFamilyWarRecord()  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    __swig_destroy__ = _IPY_Family.delete_IPY_PlayerFamilyWarRecord  
 | 
    __del__ = lambda self : None;  
 | 
    def SetInstance(self, *args): return _IPY_Family.IPY_PlayerFamilyWarRecord_SetInstance(self, *args)  
 | 
    def GetPlayerID(self): return _IPY_Family.IPY_PlayerFamilyWarRecord_GetPlayerID(self)  
 | 
    def GetPlayerName(self): return _IPY_Family.IPY_PlayerFamilyWarRecord_GetPlayerName(self)  
 | 
    def GetJob(self): return _IPY_Family.IPY_PlayerFamilyWarRecord_GetJob(self)  
 | 
    def GetLV(self): return _IPY_Family.IPY_PlayerFamilyWarRecord_GetLV(self)  
 | 
    def GetKill(self): return _IPY_Family.IPY_PlayerFamilyWarRecord_GetKill(self)  
 | 
    def GetRebornCount(self): return _IPY_Family.IPY_PlayerFamilyWarRecord_GetRebornCount(self)  
 | 
    def SetPlayerID(self, *args): return _IPY_Family.IPY_PlayerFamilyWarRecord_SetPlayerID(self, *args)  
 | 
    def SetPlayerName(self, *args): return _IPY_Family.IPY_PlayerFamilyWarRecord_SetPlayerName(self, *args)  
 | 
    def SetJob(self, *args): return _IPY_Family.IPY_PlayerFamilyWarRecord_SetJob(self, *args)  
 | 
    def SetLV(self, *args): return _IPY_Family.IPY_PlayerFamilyWarRecord_SetLV(self, *args)  
 | 
    def SetKill(self, *args): return _IPY_Family.IPY_PlayerFamilyWarRecord_SetKill(self, *args)  
 | 
    def SetRebornCount(self, *args): return _IPY_Family.IPY_PlayerFamilyWarRecord_SetRebornCount(self, *args)  
 | 
    def Clear(self): return _IPY_Family.IPY_PlayerFamilyWarRecord_Clear(self)  
 | 
    def GetSecondaryAttack(self): return _IPY_Family.IPY_PlayerFamilyWarRecord_GetSecondaryAttack(self)  
 | 
    def SetSecondaryAttack(self, *args): return _IPY_Family.IPY_PlayerFamilyWarRecord_SetSecondaryAttack(self, *args)  
 | 
    def GetFlagCount(self): return _IPY_Family.IPY_PlayerFamilyWarRecord_GetFlagCount(self)  
 | 
    def SetFlagCount(self, *args): return _IPY_Family.IPY_PlayerFamilyWarRecord_SetFlagCount(self, *args)  
 | 
IPY_PlayerFamilyWarRecord_swigregister = _IPY_Family.IPY_PlayerFamilyWarRecord_swigregister  
 | 
IPY_PlayerFamilyWarRecord_swigregister(IPY_PlayerFamilyWarRecord)  
 | 
  
 | 
class IPY_FamilyWarRecord(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_FamilyWarRecord, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, IPY_FamilyWarRecord, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def __init__(self):   
 | 
        this = _IPY_Family.new_IPY_FamilyWarRecord()  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    __swig_destroy__ = _IPY_Family.delete_IPY_FamilyWarRecord  
 | 
    __del__ = lambda self : None;  
 | 
    def SetInstance(self, *args): return _IPY_Family.IPY_FamilyWarRecord_SetInstance(self, *args)  
 | 
    def GetWinnerID(self): return _IPY_Family.IPY_FamilyWarRecord_GetWinnerID(self)  
 | 
    def GetOccuptNorth(self): return _IPY_Family.IPY_FamilyWarRecord_GetOccuptNorth(self)  
 | 
    def GetOccuptMiddle(self): return _IPY_Family.IPY_FamilyWarRecord_GetOccuptMiddle(self)  
 | 
    def GetOccuptSouth(self): return _IPY_Family.IPY_FamilyWarRecord_GetOccuptSouth(self)  
 | 
    def Clear(self): return _IPY_Family.IPY_FamilyWarRecord_Clear(self)  
 | 
    def GetFlagTake(self): return _IPY_Family.IPY_FamilyWarRecord_GetFlagTake(self)  
 | 
    def SetFlagTake(self, *args): return _IPY_Family.IPY_FamilyWarRecord_SetFlagTake(self, *args)  
 | 
    def SetWinnerID(self, *args): return _IPY_Family.IPY_FamilyWarRecord_SetWinnerID(self, *args)  
 | 
    def SetOccuptNorth(self, *args): return _IPY_Family.IPY_FamilyWarRecord_SetOccuptNorth(self, *args)  
 | 
    def SetOccuptMiddle(self, *args): return _IPY_Family.IPY_FamilyWarRecord_SetOccuptMiddle(self, *args)  
 | 
    def SetOccuptSouth(self, *args): return _IPY_Family.IPY_FamilyWarRecord_SetOccuptSouth(self, *args)  
 | 
    def GetAttackerPlayer(self, *args): return _IPY_Family.IPY_FamilyWarRecord_GetAttackerPlayer(self, *args)  
 | 
    def GetDefendPlayer(self, *args): return _IPY_Family.IPY_FamilyWarRecord_GetDefendPlayer(self, *args)  
 | 
    def GetWinnerName(self): return _IPY_Family.IPY_FamilyWarRecord_GetWinnerName(self)  
 | 
    def SetWinnerName(self, *args): return _IPY_Family.IPY_FamilyWarRecord_SetWinnerName(self, *args)  
 | 
    def NotifyAllRecord(self): return _IPY_Family.IPY_FamilyWarRecord_NotifyAllRecord(self)  
 | 
    def NotifyPlayerRecord(self, *args): return _IPY_Family.IPY_FamilyWarRecord_NotifyPlayerRecord(self, *args)  
 | 
    def GetOccuptTick(self): return _IPY_Family.IPY_FamilyWarRecord_GetOccuptTick(self)  
 | 
    def SetOccuptTick(self, *args): return _IPY_Family.IPY_FamilyWarRecord_SetOccuptTick(self, *args)  
 | 
    def GetTotalOccuptTime(self): return _IPY_Family.IPY_FamilyWarRecord_GetTotalOccuptTime(self)  
 | 
    def SetTotalOccuptTime(self, *args): return _IPY_Family.IPY_FamilyWarRecord_SetTotalOccuptTime(self, *args)  
 | 
IPY_FamilyWarRecord_swigregister = _IPY_Family.IPY_FamilyWarRecord_swigregister  
 | 
IPY_FamilyWarRecord_swigregister(IPY_FamilyWarRecord)  
 | 
  
 | 
class IPY_FamilyVS(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_FamilyVS, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, IPY_FamilyVS, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def __init__(self):   
 | 
        this = _IPY_Family.new_IPY_FamilyVS()  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    __swig_destroy__ = _IPY_Family.delete_IPY_FamilyVS  
 | 
    __del__ = lambda self : None;  
 | 
    def SetInstance(self, *args): return _IPY_Family.IPY_FamilyVS_SetInstance(self, *args)  
 | 
    def GetFamilyID(self): return _IPY_Family.IPY_FamilyVS_GetFamilyID(self)  
 | 
    def GetFamilyName(self): return _IPY_Family.IPY_FamilyVS_GetFamilyName(self)  
 | 
    def GetVSFamilyID(self): return _IPY_Family.IPY_FamilyVS_GetVSFamilyID(self)  
 | 
    def GetVSFamilyName(self): return _IPY_Family.IPY_FamilyVS_GetVSFamilyName(self)  
 | 
    def GetRemainDate(self): return _IPY_Family.IPY_FamilyVS_GetRemainDate(self)  
 | 
    def SetFamilyID(self, *args): return _IPY_Family.IPY_FamilyVS_SetFamilyID(self, *args)  
 | 
    def SetFamilyName(self, *args): return _IPY_Family.IPY_FamilyVS_SetFamilyName(self, *args)  
 | 
    def SetVSFamilyID(self, *args): return _IPY_Family.IPY_FamilyVS_SetVSFamilyID(self, *args)  
 | 
    def SetVSFamilyName(self, *args): return _IPY_Family.IPY_FamilyVS_SetVSFamilyName(self, *args)  
 | 
    def SetRemainDate(self, *args): return _IPY_Family.IPY_FamilyVS_SetRemainDate(self, *args)  
 | 
    def Clear(self): return _IPY_Family.IPY_FamilyVS_Clear(self)  
 | 
    def GetIsAccept(self): return _IPY_Family.IPY_FamilyVS_GetIsAccept(self)  
 | 
    def SetIsAccept(self, *args): return _IPY_Family.IPY_FamilyVS_SetIsAccept(self, *args)  
 | 
    def GetFamilyWarRecord(self): return _IPY_Family.IPY_FamilyVS_GetFamilyWarRecord(self)  
 | 
    def SetFamilyLV(self, *args): return _IPY_Family.IPY_FamilyVS_SetFamilyLV(self, *args)  
 | 
    def GetFamilyLV(self): return _IPY_Family.IPY_FamilyVS_GetFamilyLV(self)  
 | 
    def SetVSFamilyLV(self, *args): return _IPY_Family.IPY_FamilyVS_SetVSFamilyLV(self, *args)  
 | 
    def GetVSFamilyLV(self): return _IPY_Family.IPY_FamilyVS_GetVSFamilyLV(self)  
 | 
IPY_FamilyVS_swigregister = _IPY_Family.IPY_FamilyVS_swigregister  
 | 
IPY_FamilyVS_swigregister(IPY_FamilyVS)  
 | 
  
 | 
# This file is compatible with both classic and new-style classes.  
 | 
  
 | 
  
 |