Coverage for dryxPython.kws.htmCircle : 47%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# This file was automatically generated by SWIG (http://www.swig.org). # Version 2.0.8 # # Do not make changes to this file unless you know what you are doing--modify # the SWIG interface file instead.
if fp is not None: try: _mod = imp.load_module('_htmCircle', fp, pathname, description) finally: fp.close() return _mod else: import _htmCircle except NameError: pass # Python < 2.2 doesn't have 'property'. 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)
return _swig_setattr_nondynamic(self,class_type,name,value,0)
if (name == "thisown"): return self.this.own() method = class_type.__swig_getmethods__.get(name,None) if method: return method(self) raise AttributeError(name)
try: strthis = "proxy of " + self.this.__repr__() except: strthis = "" return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
except AttributeError: class _object : pass _newclass = 0
return _htmCircle.htmCircleRegion(*args)
return _htmCircle.htmID(*args) # This file is compatible with both classic and new-style classes.
|