http.cookiejar.Cookie.comment
  • References/Python/Python/Internet

Cookie.comment String comment from the server explaining the function of this cookie, or

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

fnmatch.translate(pattern) Return the shell-style pattern converted to a regular expression.

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

theme_create(themename, parent=None, settings=None) Create a new theme. It is an error if themename

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

sys.getcheckinterval() Return the interpreter’s “check interval”; see setcheckinterval().

2025-01-10 15:47:30
zipimport.zipimporter.get_filename()
  • References/Python/Python/Importing

get_filename(fullname) Return the value __file__ would be set to if the specified module was imported. Raise

2025-01-10 15:47:30
pickle.Unpickler.persistent_load()
  • References/Python/Python/Data Persistence

persistent_load(pid) Raise an UnpicklingError by default. If defined, pe

2025-01-10 15:47:30
xmlrpc.client.Binary.data
  • References/Python/Python/Internet

data The binary data encapsulated by the Binary instance. The data is provided as a

2025-01-10 15:47:30
_thread.lock.release()
  • References/Python/Python/Concurrent Execution

lock.release() Releases the lock. The lock must have been acquired earlier, but not necessarily by the same thread.

2025-01-10 15:47:30
tracemalloc.Trace
  • References/Python/Python/Debugging & Profiling

class tracemalloc.Trace Trace of a memory block. The Snapshot.traces attribute

2025-01-10 15:47:30
binascii.rledecode_hqx()
  • References/Python/Python/Internet Data

binascii.rledecode_hqx(data) Perform RLE-decompression on the data, as per the binhex4 standard. The algorithm uses 0x90

2025-01-10 15:47:30