myopts
myopts copied to clipboard
multiple classes
Currently, if a file contains multiple class definitions, and a class is specified, it will return methods for that class and also all subsequent class. We should make sure it only returns the selected class and no others.
Hi, thank you for the this. I am having trouble when I try to use myopts on a python file that has a class. Especifically, the init method of a class. Do you perhaps know a solution? It appears that the parser does not recognize it. Maybe it has to do with the formating of the docstring for the init?