Mercurial > code > home > repos > rdfdb
diff stubs/scales/bottlehandler.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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stubs/scales/bottlehandler.pyi Thu May 30 08:15:10 2019 +0000 @@ -0,0 +1,8 @@ +# Stubs for scales.bottlehandler (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +from typing import Any + +def bottlestats(server_name: Any, path: str = ...): ... +def register_stats_handler(app: Any, server_name: Any, prefix: str = ...) -> None: ...