parser.st2tuple()
  • References/Python/Python/Language

parser.st2tuple(st, line_info=False, col_info=False) This function accepts an ST object from the caller in st and returns

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

time.clock_gettime(clk_id) Return the time of the specified clock clk_id. Availability:

2025-01-10 15:47:30
ipaddress.IPv4Address.exploded
  • References/Python/Python/Internet

exploded The string representation in dotted decimal notation. Leading zeroes are never included in the representation.

2025-01-10 15:47:30
threading.Condition.acquire()
  • References/Python/Python/Concurrent Execution

acquire(*args) Acquire the underlying lock. This method calls the corresponding method on the underlying lock; the return value

2025-01-10 15:47:30
zipfile.ZipFile.close()
  • References/Python/Python/Data Compression

ZipFile.close() Close the archive file. You must call close() before exiting your program or essential records

2025-01-10 15:47:30
xml.dom.NotSupportedErr
  • References/Python/Python/Structured Markup

exception xml.dom.NotSupportedErr Raised when the implementation does not support the requested type of object or operation

2025-01-10 15:47:30
io.BufferedIOBase.detach()
  • References/Python/Python/Operating System

detach() Separate the underlying raw stream from the buffer and return it. After the raw stream

2025-01-10 15:47:30
email.policy.Compat32.header_fetch_parse()
  • References/Python/Python/Internet Data

header_fetch_parse(name, value) If the value contains binary data, it is converted into a

2025-01-10 15:47:30
gc.is_tracked()
  • References/Python/Python/Runtime

gc.is_tracked(obj) Returns True if the object is currently tracked by the garbage collector, False

2025-01-10 15:47:30
uuid.UUID.hex
  • References/Python/Python/Internet

UUID.hex The UUID as a 32-character hexadecimal string.

2025-01-10 15:47:30