We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0aa6de commit 911c348Copy full SHA for 911c348
pylsp/_utils.py
@@ -17,6 +17,7 @@
17
18
EX_SNIPPET_RE = re.compile(r"\>\>\> .*(?:\r?\n(?!\r?\n).*)*")
19
20
+
21
def debounce(interval_s, keyed_by=None):
22
"""Debounce calls to this function until interval_s seconds have passed."""
23
def wrapper(func):
0 commit comments