selectors.SelectorKey.data
  • References/Python/Python/Inputouput

data Optional opaque data associated to this file object: for example, this could be used to store a per-client session ID.

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
stat.S_ISDIR()
  • References/Python/Python/File & Directory Access

stat.S_ISDIR(mode) Return non-zero if the mode is from a directory.

2025-01-10 15:47:30
min()
  • References/Python/Python/Built-in Functions

min(iterable, *[, key, default]) min(arg1, arg2, *args[, key]) Return the smallest item in an iterable or the smallest

2025-01-10 15:47:30
urllib.request.Request.data
  • References/Python/Python/Internet

Request.data The entity body for the request, or None if not specified.

2025-01-10 15:47:30
bdb.Bdb.set_return()
  • References/Python/Python/Debugging & Profiling

set_return(frame) Stop when returning from the given frame.

2025-01-10 15:47:30
ipaddress.v6_int_to_packed()
  • References/Python/Python/Internet

ipaddress.v6_int_to_packed(address) Represent an address as 16 packed bytes in network (big-endian) order. address

2025-01-10 15:47:30
dis.hasjrel
  • References/Python/Python/Language

dis.hasjrel Sequence of bytecodes that have a relative jump target.

2025-01-10 15:47:30
http.cookiejar.Cookie.version
  • References/Python/Python/Internet

Cookie.version Integer or

2025-01-10 15:47:30
rlcompleter.Completer.complete()
  • References/Python/Python/Text Processing

Completer.complete(text, state) Return the stateth completion for text. If

2025-01-10 15:47:30