Example #1
0
def restore(attributes):
    if attributes is not None and stty is not None:
        stty.restore(attributes)
Example #2
0
def restore(attributes):
    if attributes is not None and stty is not None:
        stty.restore(attributes)
Example #3
0
def restore(attributes):
    stty.restore(attributes)