multiprocessing.Pipe()
  • References/Python/Python/Concurrent Execution

multiprocessing.Pipe([duplex]) Returns a pair (conn1, conn2) of Connection objects representing the

2025-01-10 15:47:30
Series.dt.tz_convert()
  • References/Python/Pandas/API Reference/Series

Series.dt.tz_convert(*args, **kwargs)

2025-01-10 15:47:30
wsgiref.simple_server.WSGIRequestHandler.get_stderr()
  • References/Python/Python/Internet

get_stderr() Return the object that should be used as the wsgi.errors stream. The default implementation just returns

2025-01-10 15:47:30
asyncio.Event.is_set()
  • References/Python/Python/Inputouput

is_set() Return True if and only if the internal flag is true.

2025-01-10 15:47:30
matrix.H
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.H Returns the (complex) conjugate transpose of self. Equivalent to np.transpose(self)

2025-01-10 15:47:30
MultinomialModel.cov_params_func_l1()
  • References/Python/Statsmodels/Regression with Discrete Dependent Variable

statsmodels.discrete.discrete_model.MultinomialModel.cov_params_func_l1

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

DatetimeIndex.is_monotonic alias for is_monotonic_increasing (deprecated)

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

_type_ Specifies the type of each element in the array.

2025-01-10 15:47:30
auth.decorators.user_passes_test()
  • References/Python/Django/Guides

user_passes_test(test_func, login_url=None, redirect_field_name='next') [source] As a shortcut

2025-01-10 15:47:30
binascii.b2a_hex()
  • References/Python/Python/Internet Data

binascii.b2a_hex(data) binascii.hexlify(data) Return the hexadecimal representation of the binary data

2025-01-10 15:47:30