msvcrt.getch()

msvcrt.getch() Read a keypress and return the resulting character as a byte string. Nothing is echoed to the console. This call

2016-10-07 17:37:30
msilib.View.Close()

View.Close() Close the view, through MsiViewClose().

2016-10-07 17:37:29
msilib.Database.GetSummaryInformation()

Database.GetSummaryInformation(count) Return a new summary information object, by calling MsiGetSummaryInformation()

2016-10-07 17:37:23
msilib.add_data()

msilib.add_data(database, table, records) Add all records to the table named table in database.

2016-10-07 17:37:21
msilib.init_database()

msilib.init_database(name, schema, ProductName, ProductCode, ProductVersion, Manufacturer) Create and return a new database

2016-10-07 17:37:26
msilib.View.Modify()

View.Modify(kind, data) Modify the view, by calling MsiViewModify(). kind can be one of MSIMODIFY_SEEK

2016-10-07 17:37:29
msvcrt.setmode()

msvcrt.setmode(fd, flags) Set the line-end translation mode for the file descriptor fd. To set it to text mode, flags

2016-10-07 17:37:31
msilib.View.GetColumnInfo()

View.GetColumnInfo(kind) Return a record describing the columns of the view, through calling MsiViewGetColumnInfo()

2016-10-07 17:37:29
winreg.DisableReflectionKey()

winreg.DisableReflectionKey(key) Disables registry reflection for 32-bit processes running on a 64-bit operating system.

2016-10-07 17:47:23
msvcrt.locking()

msvcrt.locking(fd, mode, nbytes) Lock part of a file based on file descriptor fd from the C runtime. Raises

2016-10-07 17:37:31