urllib.request.getproxies()
  • References/Python/Python/Internet

urllib.request.getproxies() This helper function returns a dictionary of scheme to proxy server URL mappings. It scans the environment

2025-01-10 15:47:30
re.finditer()
  • References/Python/Python/Text Processing

re.finditer(pattern, string, flags=0) Return an iterator yielding match objects

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

forget(tab_id) Removes the tab specified by tab_id, unmaps and unmanages the associated window.

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
string.Template
  • References/Python/Python/Text Processing

class string.Template(template) The constructor takes a single argument which is the template string.

2025-01-10 15:47:30
email.headerregistry.ContentDispositionHeader
  • References/Python/Python/Internet Data

class email.headerregistry.ContentDispositionHeader A ParameterizedMIMEHeader class that handles the

2025-01-10 15:47:30
ftplib.FTP.sendcmd()
  • References/Python/Python/Internet

FTP.sendcmd(cmd) Send a simple command string to the server and return the response string.

2025-01-10 15:47:30
test.support.temp_umask()
  • References/Python/Python/Development Tools

test.support.temp_umask(umask) A context manager that temporarily sets the process umask.

2025-01-10 15:47:30
_dummy_thread
  • References/Python/Python/Concurrent Execution

Source code: Lib/_dummy_thread

2025-01-10 15:47:30
doctest.DocTest.filename
  • References/Python/Python/Development Tools

filename The name of the file that this DocTest was extracted from; or None if the filename is unknown

2025-01-10 15:47:30