def create_method()

in augment/effects.py [0:0]


def create_method(name):
    EffectChain.KNOWN_EFFECTS.add(name)
    return lambda s, *x: s._append_effect_to_chain(name, list(x)) # pylint: disable=protected-access