class documentation

class Separate: (source)

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): (source)

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

def good_method(self): (source)

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