コード例 #1
0
ファイル: _curses.py プロジェクト: abhinavthomas/pypy
def ungetch(ch):
    _ensure_initialised()
    return _check_ERR(lib.ungetch(_chtype(ch)), "ungetch")
コード例 #2
0
ファイル: _curses.py プロジェクト: solarmagic/hashcode
def ungetch(ch):
    _ensure_initialised()
    return _check_ERR(lib.ungetch(_chtype(ch)), "ungetch")