Python/decorators: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 December 2018

  • curprev 21:3521:35, 7 December 2018Marcluer talk contribs 982 bytes +982 Die Seite wurde neu angelegt: „== caching HTTP requests == <pre> def persist_to_file(func): def decorator(url, cache=True): filename = url filename = filename.replace(BAS…“