コード例 #1
0
ファイル: console.py プロジェクト: thelunatic/rtems-tools
def restore(attributes):
    if attributes is not None and stty is not None:
        stty.restore(attributes)
コード例 #2
0
ファイル: console.py プロジェクト: AnonymousPBoC/rtems-tools
def restore(attributes):
    if attributes is not None and stty is not None:
        stty.restore(attributes)
コード例 #3
0
ファイル: console.py プロジェクト: ryoon/rtems-tools
def restore(attributes):
    stty.restore(attributes)