can_opcodes_25 isn't.)
In the end, I've gotten everything working to my satisfaction, but I'm
curious about how this module (and those lines in particular) were
designed to be used. Any insight would be appreciated.
Thanks,
Brock
--
http://mail.python.org/mailman/listinfo/python-list
David Lyon wrote:
On Wed, 01 Jul 2009 19:48:04 -0700, Brock Pytlik wrote:
Hi, I'm trying to find a way to get the value sys.path would have on a
particular system if python was started with an empty python path. I do
want it to include the site specific additional paths. I know I can
want here)
2) a variable containing the list of suffixes that are applies to the
prefixes, like lib/python/site-packages
3) a way of handing the *.pth files
Thanks in advance for the help,
Brock
--
http://mail.python.org/mailman/listinfo/python-list
will be greatly appreciated.
Many thanks,
Brock
--
http://mail.python.org/mailman/listinfo/python-list
reference.
Many thanks!
- Brock
--
http://mail.python.org/mailman/listinfo/python-list
Google this: "drawing graphs with dot" dotguide.pdf
Look at page ~40ff.
Perhaps a simple script to generate graphviz input. Then let those
excellent tools do the heavy lifting.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of E. J. Gold is the Hi-Tec
Hi list. I have a little problem when using
SocketServer.ThreadingTCPServer. I want to make a list
of thread-objects generated by the
ThreadingTCPServer. How can I get the thread object?
Thank you.
Lookin
> > If I do that, the attributes (that was a stupid name for me to
> choose)
> > and children would have to not share any names with each other,
>
> Since multiple objects can indeed have duplicate attribute names, and
> such
> duplication is rampant in Python, I am not sure what you mean.
felo
> I personally would first try to dump the quotes and use standard
> attributes -- countries.us.Colorado... -- and the __get/set/delattr__
> methods.
If I do that, the attributes (that was a stupid name for me to choose)
and children would have to not share any names with each other, with
the
... or something like that.
I have an XMLish data structure whose nodes' __get/set/del item__
methods resolve as:
node['foo'] -> node.children['foo']
node['@bar'] -> node.attributes['bar']
so you can say:
countries['us']['Colorado']['Denver']['@population']
This is going to be used in user-i
10 matches
Mail list logo