]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
docs: Add uncovered function 2006/head
authorBen Darnell <ben@bendarnell.com>
Mon, 10 Apr 2017 03:18:31 +0000 (23:18 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 10 Apr 2017 03:18:31 +0000 (23:18 -0400)
docs/conf.py
docs/websocket.rst

index 18a75ff5fc0347d1a1a260a7036dd4dd8c208b42..5bc6635b52b5a6dcec26220ab25a600fbe25235d 100644 (file)
@@ -70,6 +70,9 @@ coverage_ignore_functions = [
     # parse_qs_bytes should probably be documented but it's complicated by
     # having different implementations between py2 and py3.
     "parse_qs_bytes",
+
+    # tornado.gen
+    "Multi",
 ]
 
 html_favicon = 'favicon.ico'
index b3596d4cf49358d47b188540347a8667606a77c6..96255589bed3d92aacb2ea72ddb71032c8488814 100644 (file)
@@ -16,6 +16,7 @@
    .. automethod:: WebSocketHandler.on_message
    .. automethod:: WebSocketHandler.on_close
    .. automethod:: WebSocketHandler.select_subprotocol
+   .. automethod:: WebSocketHandler.on_ping
 
    Output
    ------