ipaddress.IPv4Interface.ip
  • References/Python/Python/Internet

ip The address (IPv4Address) without network information.

2025-01-10 15:47:30
fileinput.hook_encoded()
  • References/Python/Python/File & Directory Access

fileinput.hook_encoded(encoding) Returns a hook which opens each file with

2025-01-10 15:47:30
nntplib.NNTP.slave()
  • References/Python/Python/Internet

NNTP.slave() Send a SLAVE command. Return the server’s response.

2025-01-10 15:47:30
signal.signal()
  • References/Python/Python/Networking

signal.signal(signalnum, handler) Set the handler for signal signalnum to the function handler. handler

2025-01-10 15:47:30
asyncio.Server
  • References/Python/Python/Inputouput

class asyncio.Server Server listening on sockets. Object created by the AbstractEventLoop

2025-01-10 15:47:30
tkinter.ttk.Style.configure()
  • References/Python/Python/Tk

configure(style, query_opt=None, **kw) Query or set the default value of the specified option(s) in style.

2025-01-10 15:47:30
traceback.TracebackException.
  • References/Python/Python/Runtime

__context__ A TracebackException of the original __context__.

2025-01-10 15:47:30
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