Pointers
Curtis Jensen
cjensen at bioeng.ucsd.edu
Wed Mar 15 17:52:46 EST 2000
More information about the Python-list mailing list
Wed Mar 15 17:52:46 EST 2000
- Previous message (by thread): Pointers
- Next message (by thread): Pointers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Pointers
- Next message (by thread): Pointers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list