All public logs

Jump to navigation Jump to search

Combined display of all available logs of RHS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:44, 14 February 2022 Rafahsolis talk contribs created page Python decorators (Created page with "== Timeit decorator == <syntaxhighlight lang="python3"> import time def timeit(method): def timed(*args, **kw): ts = time.time() result = method(*args, **...") Tag: visualeditor