msilib.SummaryInformation.GetPropertyCount()
  • References/Python/Python/MS Windows

SummaryInformation.GetPropertyCount() Return the number of summary properties, through MsiSummaryInfoGetPropertyCount()

2025-01-10 15:47:30
collections.abc.ItemsView
  • References/Python/Python/Data Types

class collections.abc.ItemsView class collections.abc.KeysView class collections.abc.ValuesView

2025-01-10 15:47:30
time.clock_gettime()
  • References/Python/Python/Operating System

time.clock_gettime(clk_id) Return the time of the specified clock clk_id. Availability:

2025-01-10 15:47:30
mailbox.Mailbox.
  • References/Python/Python/Internet Data

__len__() Return a count of messages in the mailbox.

2025-01-10 15:47:30
bytes.translate()
  • References/Python/Python/Built-in Types

bytes.translate(table[, delete]) bytearray.translate(table[, delete]) Return a copy of the bytes or bytearray object

2025-01-10 15:47:30
importlib.machinery.FrozenImporter
  • References/Python/Python/Importing

class importlib.machinery.FrozenImporter An importer for frozen modules. This class implements

2025-01-10 15:47:30
http.client.HTTPConnection.send()
  • References/Python/Python/Internet

HTTPConnection.send(data) Send data to the server. This should be used directly only after the endheaders() method

2025-01-10 15:47:30
unittest.TestCase.run()
  • References/Python/Python/Development Tools

run(result=None) Run the test, collecting the result into the TestResult object passed as result. If result

2025-01-10 15:47:30
ctypes.c_int8
  • References/Python/Python/Operating System

class ctypes.c_int8 Represents the C 8-bit signed int datatype. Usually an alias for c_byte.

2025-01-10 15:47:30
curses.doupdate()
  • References/Python/Python/Operating System

curses.doupdate() Update the physical screen. The curses library keeps two data structures, one representing the current physical

2025-01-10 15:47:30