«
class documentation

class Separate:

View In Hierarchy

A no-op class with methods with differing prefixes.

Method bad_method A no-op method with a mismatched prefix to not be discovered.
Method good_method A no-op method which a matching prefix to be discovered.
def bad_method(self):

A no-op method with a mismatched prefix to not be discovered.

def good_method(self):

A no-op method which a matching prefix to be discovered.