threading.Timer.cancel()
  • References/Python/Python/Concurrent Execution

cancel() Stop the timer, and cancel the execution of the timer’s action. This will only work if the timer is still in its waiting

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

base64.decodestring(s) Decode the bytes-like object s, which must contain one

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

DatagramTransport.sendto(data, addr=None) Send the data bytes to the remote peer given by addr (a transport-dependent

2025-01-10 15:47:30
chararray.count()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.count(sub, start=0, end=None)

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

CategoricalIndex.factorize(sort=False, na_sentinel=-1)

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

class ctypes.OleDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Windows only: Instances of

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

bytes.rsplit(sep=None, maxsplit=-1) bytearray.rsplit(sep=None, maxsplit=-1) Split the binary sequence into subsequences

2025-01-10 15:47:30
telnetlib.Telnet.msg()
  • References/Python/Python/Internet

Telnet.msg(msg, *args) Print a debug message when the debug level is > 0. If extra arguments are present, they

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

TimedeltaIndex.union(other)

2025-01-10 15:47:30
urllib.request.OpenerDirector.open()
  • References/Python/Python/Internet

OpenerDirector.open(url, data=None[, timeout]) Open the given url (which can be a request object or a string), optionally

2025-01-10 15:47:30