Example #1
0
def getter_setter(func):
    return action(func, "getter_setter", match_docstring)
Example #2
0
def getter_setter(func):
    return action(func, "getter_setter", match_typing)
Example #3
0
def setter(func):
    return action(func, "setter", match_docstring)
Example #4
0
def setter(func):
    return action(func, "setter", match_typing)