I have a bunch of classes that all vary only by a string and a function, like so:
class ClassOne: __init__(self, x): self._x = x self._my_