asyncio.as_completed()
  • References/Python/Python/Inputouput

asyncio.as_completed(fs, *, loop=None, timeout=None) Return an iterator whose values, when waited for, are Future

2025-01-10 15:47:30
tarfile.TarFile.gettarinfo()
  • References/Python/Python/Data Compression

TarFile.gettarinfo(name=None, arcname=None, fileobj=None) Create a TarInfo object from the result of

2025-01-10 15:47:30
turtle.penup()
  • References/Python/Python/Frameworks

turtle.penup() turtle.pu() turtle.up() Pull the pen up – no drawing

2025-01-10 15:47:30
venv.EnvBuilder.ensure_directories()
  • References/Python/Python/Software Packaging & Distribution

ensure_directories(env_dir) Creates the environment directory and all necessary directories, and returns a context object. This

2025-01-10 15:47:30
subprocess.STARTUPINFO.wShowWindow
  • References/Python/Python/Concurrent Execution

wShowWindow If dwFlags specifies STARTF_USESHOWWINDOW, this attribute can be any of the values that

2025-01-10 15:47:30
sys.exec_prefix
  • References/Python/Python/Runtime

sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;

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

yview(*args) Query or modify vertical position of the treeview.

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

FTP.rename(fromname, toname) Rename file fromname on the server to toname.

2025-01-10 15:47:30
msilib.RadioButtonGroup.add()
  • References/Python/Python/MS Windows

add(name, x, y, width, height, text, value=None) Add a radio button named name to the group, at the coordinates x

2025-01-10 15:47:30
string.Formatter.format()
  • References/Python/Python/Text Processing

format(format_string, *args, **kwargs) The primary API method. It takes a format string and an arbitrary set of positional and

2025-01-10 15:47:30