mailbox.Maildir.unlock()
  • References/Python/Python/Internet Data

unlock() Maildir mailboxes do not support (or require) locking, so these methods do nothing.

2025-01-10 15:47:30
winreg.DeleteValue()
  • References/Python/Python/MS Windows

winreg.DeleteValue(key, value) Removes a named value from a registry key. key is an

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

get_file(key) Depending upon the host platform, it may not be possible to remove the underlying message while the returned file

2025-01-10 15:47:30
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
types.FrameType
  • References/Python/Python/Data Types

types.FrameType The type of frame objects such as found in tb.tb_frame if tb is a traceback object

2025-01-10 15:47:30
wsgiref.simple_server.make_server()
  • References/Python/Python/Internet

wsgiref.simple_server.make_server(host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler) Create a new WSGI

2025-01-10 15:47:30
http.cookiejar.FileCookieJar.filename
  • References/Python/Python/Internet

FileCookieJar.filename Filename of default file in which to keep cookies. This attribute may be assigned to.

2025-01-10 15:47:30
xml.sax.saxutils.escape()
  • References/Python/Python/Structured Markup

xml.sax.saxutils.escape(data, entities={}) Escape '&', '<', and '>' in a string

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

os.removexattr(path, attribute, *, follow_symlinks=True) Removes the extended filesystem attribute attribute from path

2025-01-10 15:47:30
bdb.Bdb.clear_break()
  • References/Python/Python/Debugging & Profiling

clear_break(filename, lineno) Delete the breakpoints in filename and lineno. If none were set, an error message

2025-01-10 15:47:30