debian/python-cubicweb-documentation.docs
author David Douard <david.douard@logilab.fr>
Mon, 13 Nov 2017 16:08:58 +0100
changeset 12302 0d474f888f4a
parent 11832 e8be49ecb522
permissions -rw-r--r--
[statsd] add a statsd_timethis context manager This context manager allows to report to statsd the execution time of any piece of code, without the need for it to be a function or a method, like:: def some_function(): do_stuff() with statsd_timethis('some context message'): do_that() ensure_this()
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11832
e8be49ecb522 [debian] Update debian packaging (closes #16133259)
David Douard <david.douard@logilab.fr>
parents: 10560
diff changeset
     1
debian/cubicweb-doc/html 
e8be49ecb522 [debian] Update debian packaging (closes #16133259)
David Douard <david.douard@logilab.fr>
parents: 10560
diff changeset
     2
doc/book