working with pointers
- From: "Michael" <slick_mick_00@xxxxxxxxxxx>
- Date: Tue, 31 May 2005 18:35:32 +0000 (UTC)
Do expicit pointers exist in python??
if i do:
a = [5,7]
b = a
a.empty()
b = ?
how do i do explicit pointers??
Mike
.
- Follow-Ups:
- Re: working with pointers
- From: Steven Bethard
- Re: working with pointers
- Prev by Date: Re: how to prepend string to a string?
- Next by Date: Re: plotting with Python
- Previous by thread: array concatenation
- Next by thread: Re: working with pointers
- Index(es):