Skip to content

Commit 2fce263

Browse files
committed
Add class docstring to builtins
1 parent 3d93992 commit 2fce263

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/godot/builtins.pyi.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ class {{ enum.py_type }}(Enum):
7676

7777

7878
class {{ builtin.cy_type }}:
79+
"""{{ builtin.description | gd_description_to_py_doc }}"""
80+
7981
# Constructors
8082
{% for c in builtin.constructors %}
8183
{# TODO: merged together the constructors ! #}

0 commit comments

Comments
 (0)