threading.Event.wait()
  • References/Python/Python/Concurrent Execution

wait(timeout=None) Block until the internal flag is true. If the internal flag is true on entry, return immediately. Otherwise

2025-01-10 15:47:30
Polynomial.cast()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

classmethod Polynomial.cast(series, domain=None, window=None)

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.EndDoctypeDeclHandler()
  • References/Python/Python/Structured Markup

xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version

2025-01-10 15:47:30
ArmaFft.padarr()
  • References/Python/Statsmodels/Time Series analysis

statsmodels.sandbox.tsa.fftarma.ArmaFft.padarr ArmaFft

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

assertRaisesRegex(exception, regex, callable, *args, **kwds) assertRaisesRegex(exception, regex, msg=None) Like

2025-01-10 15:47:30
pyclbr.readmodule()
  • References/Python/Python/Language

pyclbr.readmodule(module, path=None) Read a module and return a dictionary mapping class names to class descriptor objects.

2025-01-10 15:47:30
DatetimeIndex.is_numeric()
  • References/Python/Pandas/API Reference/DatetimeIndex

DatetimeIndex.is_numeric()

2025-01-10 15:47:30
winsound.MessageBeep()
  • References/Python/Python/MS Windows

winsound.MessageBeep(type=MB_OK) Call the underlying MessageBeep() function from the Platform API. This plays a

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

assertSetEqual(first, second, msg=None) Tests that two sets are equal. If not, an error message is constructed that lists the

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

issuperset(other) set >= other Test whether every element in other is in the set.

2025-01-10 15:47:30