Possible Duplicate:
How can you find unused functions in Python code?
I'm working on a Pyramid project many files and functions, and in an effort to clean things up I would like to know which functions are never called. Is there a way to figure this out?
Thanks