email.utils.encode_rfc2231()
  • References/Python/Python/Internet Data

email.utils.encode_rfc2231(s, charset=None, language=None) Encode the string s according to

2025-01-10 15:47:30
threading.RLock
  • References/Python/Python/Concurrent Execution

class threading.RLock This class implements reentrant lock objects. A reentrant lock must be released by the thread that acquired

2025-01-10 15:47:30
logging.lastResort
  • References/Python/Python/Logging

logging.lastResort A “handler of last resort” is available through this attribute. This is a

2025-01-10 15:47:30
http.HttpResponse.closed
  • References/Python/Django/API/Request and response objects

HttpResponse.closed True if the response has been closed.

2025-01-10 15:47:30
itertools.permutations()
  • References/Python/Python/Functional Programming

itertools.permutations(iterable, r=None) Return successive r length permutations of elements in the iterable

2025-01-10 15:47:30
pprint.pprint()
  • References/Python/Python/Data Types

pprint.pprint(object, stream=None, indent=1, width=80, depth=None, *, compact=False) Prints the formatted representation of

2025-01-10 15:47:30
os.path.samefile()
  • References/Python/Python/File & Directory Access

os.path.samefile(path1, path2) Return True if both pathname arguments refer to the same file or directory. This

2025-01-10 15:47:30
http.HttpRequest.scheme
  • References/Python/Django/API/Request and response objects

HttpRequest.scheme A string representing the scheme of the request (http or https usually).

2025-01-10 15:47:30
template.response.SimpleTemplateResponse.resolve_context()
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

SimpleTemplateResponse.resolve_context(context) [source] Preprocesses context data that will

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

mimetypes.add_type(type, ext, strict=True) Add a mapping from the MIME type type to the extension ext. When

2025-01-10 15:47:30