argparse.ArgumentParser.add_argument()
  • References/Python/Python/Operating System

ArgumentParser.add_argument(name or flags...[, action][, nargs][, const][, default][, type][, choices][, required][, help][, metavar][, dest])

2025-01-10 15:47:30
email.policy.EmailPolicy.content_manager
  • References/Python/Python/Internet Data

content_manager An object with at least two methods: get_content and set_content. When the get_content() or

2025-01-10 15:47:30
email.message.Message.set_unixfrom()
  • References/Python/Python/Internet Data

set_unixfrom(unixfrom) Set the message’s envelope header to unixfrom, which should be a string.

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

shutil.copystat(src, dst, *, follow_symlinks=True) Copy the permission bits, last access time, last modification time, and flags

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
ctypes.WinError()
  • References/Python/Python/Operating System

ctypes.WinError(code=None, descr=None) Windows only: this function is probably the worst-named thing in ctypes. It creates an

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

Series.iteritems()

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

Index.is_(other)

2025-01-10 15:47:30
db.transaction.savepoint_commit()
  • References/Python/Django/Guides

savepoint_commit(sid, using=None) [source] Releases savepoint sid. The changes

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

shutil.register_archive_format(name, function[, extra_args[, description]]) Register an archiver for the format name

2025-01-10 15:47:30