sprockets.mixins.metrics/sprockets/mixins
Dave Shawley 471adf5cb7 InfluxDBMixin: Move call to super.__init__.
`tornado.web.RequestHandler.__init__` calls
`tornado.web.RequestHandler.initialize` to initialize the object.
Sub-classes should be able to call our methods to tag metrics in
their `initialize` implementations.  For this to work we need to
set our internal attributes *BEFORE* we call `super.__init__`.
2016-03-21 11:15:05 -04:00
..
metrics InfluxDBMixin: Move call to super.__init__. 2016-03-21 11:15:05 -04:00
__init__.py SYN 2016-01-19 08:33:53 -05:00