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

SummaryInformation.Persist() Write the modified properties to the summary information stream, using MsiSummaryInfoPersist()

2025-01-10 15:47:30
test.support.run_doctest()
  • References/Python/Python/Development Tools

test.support.run_doctest(module, verbosity=None) Run

2025-01-10 15:47:30
ossaudiodev.oss_mixer_device.get_recsrc()
  • References/Python/Python/Multimedia

oss_mixer_device.get_recsrc() This method returns a bitmask indicating which control(s) are currently being used as a recording

2025-01-10 15:47:30
itertools.zip_longest()
  • References/Python/Python/Functional Programming

itertools.zip_longest(*iterables, fillvalue=None) Make an iterator that aggregates elements from each of the iterables. If the

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
ctypes.wstring_at()
  • References/Python/Python/Operating System

ctypes.wstring_at(address, size=-1) This function returns the wide character string starting at memory address address

2025-01-10 15:47:30
multiprocessing.RLock.acquire()
  • References/Python/Python/Concurrent Execution

acquire(block=True, timeout=None) Acquire a lock, blocking or non-blocking. When invoked with

2025-01-10 15:47:30
ssl.SSLSocket.server_hostname
  • References/Python/Python/Networking

SSLSocket.server_hostname Hostname of the server:

2025-01-10 15:47:30
parser.STType
  • References/Python/Python/Language

parser.STType The type of the objects returned by expr(), suite() and sequence2st().

2025-01-10 15:47:30
utils.translation.npgettext()
  • References/Python/Django/API/Django Utils

npgettext(context, singular, plural, number) [source] Translates singular and

2025-01-10 15:47:30