Skip to content

Commit 08d120b

Browse files
committed
Add the LAYER attribute to each constructor
1 parent 79ab705 commit 08d120b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compiler/api/compiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ def start():
333333
docstring_args = "No parameters required."
334334

335335
docstring_args = "Attributes:\n ID: ``{}``\n\n ".format(c.id) + docstring_args
336+
docstring_args = "Attributes:\n LAYER: ``{}``\n\n ".format(layer) + docstring_args
336337

337338
if c.section == "functions":
338339
docstring_args += "\n\n Returns:\n " + get_docstring_arg_type(c.return_type)

0 commit comments

Comments
 (0)