|
From: Kevin D. <kda...@we...> - 2001-09-14 18:30:31
|
We'd like to try to get co_names going in PyTableCode for phabric. This
is used extensively in Zope, largely to filter out functions and variables
that begin with "_". We've got some other work we're doing in which Zope
Page Templates would be useful. We've got those working already, except for
python expressions, which use co_names.
What are the difficulties in doing this? Where should we begin? All of
my work so far has been in the org.python.core set of classes and I haven't
taken any look at how the parser works and how we would get at that list of
names...
thanks,
Kevin
|