/[thuban]/branches/WIP-pyshapelib-bramz/libraries/pyprojection/Projection.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/libraries/pyprojection/Projection.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1610 by jan, Tue Aug 19 21:19:59 2003 UTC revision 2452 by bh, Mon Dec 13 17:54:36 2004 UTC
# Line 36  class Projection: Line 36  class Projection:
36          raise AttributeError,name          raise AttributeError,name
37      def __repr__(self):      def __repr__(self):
38          return "<C Projection instance at %s>" % (self.this,)          return "<C Projection instance at %s>" % (self.this,)
39        
40        def __del__(self,Projectionc=Projectionc):
41            if getattr(self, 'thisown', 0):
42                Projectionc.delete_Projection(self)
43        
44  class ProjectionPtr(Projection):  class ProjectionPtr(Projection):
45      def __init__(self,this):      def __init__(self,this):
46          self.this = this          self.this = this

Legend:
Removed from v.1610  
changed lines
  Added in v.2452

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26