naming objects from string
- From: "manstey" <manstey@xxxxxxxxxx>
- Date: 20 Sep 2006 20:59:26 -0700
Hi,
If I have a string, how can I give that string name to a python object,
such as a tuple.
e.g.
a = 'hello'
b=(1234)
and then a function
name(b) = a
which would mean:
hello=(1234)
is this possible?
.
- Follow-Ups:
- Re: naming objects from string
- From: Gabriel Genellina
- Re: naming objects from string
- From: Tim Roberts
- Re: naming objects from string
- From: Ben Finney
- Re: naming objects from string
- From: Wildemar Wildenburger
- Re: naming objects from string
- From: James Stroud
- Re: naming objects from string
- Prev by Date: Re: How to measure memory footprint of Python objects?
- Next by Date: Re: naming objects from string
- Previous by thread: sgid and python programs
- Next by thread: Re: naming objects from string
- Index(es):