summaryrefslogtreecommitdiff
path: root/src/plugins/python/weechat.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/python/weechat.pyi')
-rw-r--r--src/plugins/python/weechat.pyi5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/python/weechat.pyi b/src/plugins/python/weechat.pyi
index 5c2f1cb2d..de277d548 100644
--- a/src/plugins/python/weechat.pyi
+++ b/src/plugins/python/weechat.pyi
@@ -122,6 +122,11 @@ def string_format_size(size: int) -> str:
...
+def string_parse_size(size: str) -> int:
+ """`string_parse_size in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_parse_size>`_"""
+ ...
+
+
def string_color_code_size(string: str) -> int:
"""`string_color_code_size in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_color_code_size>`_"""
...