abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
getch._GetchWindows Class Reference

Public Member Functions

def __init__
 
def __call__
 

Detailed Description

Definition at line 29 of file getch.py.

Constructor & Destructor Documentation

def getch._GetchWindows.__init__ (   self)

Definition at line 30 of file getch.py.

30 
31  def __init__(self):
32  import msvcrt

Member Function Documentation

def getch._GetchWindows.__call__ (   self)

Definition at line 33 of file getch.py.

33 
34  def __call__(self):
35  import msvcrt
36  return msvcrt.getch()

The documentation for this class was generated from the following file: