Pointers

Curtis Jensen cjensen at bioeng.ucsd.edu
Wed Mar 15 17:52:46 EST 2000


Bjorn Pettersen wrote:
> 
> Why would you want pointers?
> 
> --bjorn
> 
> Curtis Jensen wrote:
> >
> > I haven't found anything about pointers in python.  Is there a pointer
> > type?  If so, what is the syntax?
> >
> > --
> > Curtis Jensen
> > cjensen at be-research.ucsd.edu
> > FAX (425) 740-1451
> > --
> > http://www.python.org/mailman/listinfo/python-list

Pointers are sometimes usefull.  I have a module that creates a
dictionary.  I want to include some elements from the distionary in one
class and other elements in another class.  If I had pointers, I could
do that.  Is there another way?

-- 
Curtis Jensen
cjensen at be-research.ucsd.edu
http://www-bioeng.ucsd.edu/~cjensen/
FAX (425) 740-1451




More information about the Python-list mailing list