ipaddress.IPv6Network.is_unspecified
  • References/Python/Python/Internet

is_unspecified

2025-01-10 15:47:30
select.devpoll.close()
  • References/Python/Python/Inputouput

devpoll.close() Close the file descriptor of the polling object.

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

readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()

2025-01-10 15:47:30
select.epoll.modify()
  • References/Python/Python/Inputouput

epoll.modify(fd, eventmask) Modify a registered file descriptor.

2025-01-10 15:47:30
mailbox.MH.get_folder()
  • References/Python/Python/Internet Data

get_folder(folder) Return an MH instance representing the folder whose name is folder. A NoSuchMailboxError

2025-01-10 15:47:30
os.makedirs()
  • References/Python/Python/Operating System

os.makedirs(name, mode=0o777, exist_ok=False) Recursive directory creation function. Like mkdir(), but makes all

2025-01-10 15:47:30
curses.resetty()
  • References/Python/Python/Operating System

curses.resetty() Restore the state of the terminal modes to what it was at the last call to savetty().

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

__bytes__() Equivalent to as_bytes(). Allows bytes(msg) to produce a bytes object containing the formatted

2025-01-10 15:47:30
configparser.BOOLEAN_STATES
  • References/Python/Python/File Formats

configparser.BOOLEAN_STATES By default when using getboolean(), config parsers consider the following values True:

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

dis.hasname Sequence of bytecodes that access an attribute by name.

2025-01-10 15:47:30