Parent Directory
|
Revision Log
|
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 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |