asyncio.Queue.task_done()
  • References/Python/Python/Inputouput

task_done() Indicate that a formerly enqueued task is complete. Used by queue consumers. For

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

difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is

2025-01-10 15:47:30
unittest.TestResult.tb_locals
  • References/Python/Python/Development Tools

tb_locals If set to true then local variables will be shown in tracebacks.

2025-01-10 15:47:30
pathlib.Path.write_bytes()
  • References/Python/Python/File & Directory Access

Path.write_bytes(data) Open the file pointed to in bytes mode, write data to it, and close the file:

2025-01-10 15:47:30
asyncio.StreamWriter.write_eof()
  • References/Python/Python/Inputouput

write_eof() Close the write end of the transport after flushing buffered data: see

2025-01-10 15:47:30
smtpd.SMTPChannel.seen_greeting
  • References/Python/Python/Internet

seen_greeting Holds a string containing the greeting sent by the client in its “HELO”.

2025-01-10 15:47:30
mailbox.Mailbox.
  • References/Python/Python/Internet Data

__len__() Return a count of messages in the mailbox.

2025-01-10 15:47:30
xml.etree.ElementTree.Element.iterfind()
  • References/Python/Python/Structured Markup

iterfind(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns an iterable yielding

2025-01-10 15:47:30
fractions.Fraction.
  • References/Python/Python/Numeric & Mathematical

__ceil__() Returns the least

2025-01-10 15:47:30
shlex.shlex.whitespace_split
  • References/Python/Python/Frameworks

shlex.whitespace_split If True, tokens will only be split in whitespaces. This is useful, for example, for parsing

2025-01-10 15:47:30