myopts icon indicating copy to clipboard operation
myopts copied to clipboard

multiple classes

Open freeman-lab opened this issue 8 years ago • 1 comments

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.

freeman-lab avatar Jul 30 '16 17:07 freeman-lab

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?

aparmendariz avatar Sep 14 '23 13:09 aparmendariz