C# Class IronPython.Modules.PythonMsvcrt

Show file Open project: jschementi/iron

Private Methods

Method Description
_getch ( ) : int
_getche ( ) : int
_getwch ( ) : ushort
_getwche ( ) : ushort
_heapmin ( ) : int
_kbhit ( ) : int
_putch ( int c ) : int
_putwch ( char c ) : ushort
_ungetch ( int c ) : int
_ungetwch ( ushort c ) : ushort
get_osfhandle ( CodeContext context, int fd ) : object
getch ( ) : string
getche ( ) : string
getwch ( ) : string
getwche ( ) : string
heapmin ( ) : void
kbhit ( ) : bool
open_osfhandle ( CodeContext context, BigInteger os_handle, int arg1 ) : int
putch ( char @char ) : void
putwch ( char @char ) : void
setmode ( CodeContext context, int fd, int flags ) : int
ungetch ( char @char ) : void
ungetwch ( char @char ) : void