Collin Jones wrote:
> Hello,
>
> Is there a Python equivalent to creating "reference" or "pointer"-type
> variables as in C++?? I'm trying to create a couple classes that have
> something like a container-and-iterator relationship; one class acts as
> a data resource (container-like) and can b
Hello,Is there a Python equivalent to creating "reference" or "pointer"-type variables as in C++?? I'm trying to create a couple classes that have something like a container-and-iterator relationship; one class acts as a data resource (container-like) and can be queried by multiple control classes