ds2643/ttpy

class context ignored

Closed this issue · 0 comments

AST-walking approach towards finding all function names in a source file does not currently take into account that some functions are defined in the context of classes. Thus, running this script on an object oriented program ignores the class context of methods, simply treating these methods as atomic functions.