Mercurial > code > home > repos > rdfdb
view stubs/scales/tornadohandler.pyi @ 53:a21b87140758
more stubs
Ignore-this: ff80b18a86305d43128277f5db0248b5
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 30 May 2019 08:15:10 +0000 |
parents | |
children |
line wrap: on
line source
# Stubs for scales.tornadohandler (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. import tornado.web from greplin.scales import tornadolike class StatsHandler(tornadolike.Handler, tornado.web.RequestHandler): ...