On Sun, Sep 6, 2009 at 3:20 PM, Tino Dai <obe...@gmail.com> wrote:

> Hi All,
>
>     Hope the people in the US are having a nice Labor Day! I am looking for
> the source code
> for the pack/unpack functions found in the struct package. As of this
> email, I have tried a
> strings on the struct.pyc file. The inspection of the pyc file was hoping
> that I could find a
> stub to the source. I also looked directly at struct.py, with no success.
> Finally, I also tried
> downloading the source and grepping through the files, which didn't prove
> all that useful.
> Does anybody have any ideas on how I can find the source without having to
> go through
> the entire source tree file by file?
>
IIUC, there's a program called Cscope that might help. :-)
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to