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 3d93992 commit 2fce263Copy full SHA for 2fce263
src/godot/builtins.pyi.j2
@@ -76,6 +76,8 @@ class {{ enum.py_type }}(Enum):
76
77
78
class {{ builtin.cy_type }}:
79
+ """{{ builtin.description | gd_description_to_py_doc }}"""
80
+
81
# Constructors
82
{% for c in builtin.constructors %}
83
{# TODO: merged together the constructors ! #}
0 commit comments