mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add the LAYER attribute to each constructor
This commit is contained in:
parent
79ab70557f
commit
08d120be74
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ def start():
|
|||
docstring_args = "No parameters required."
|
||||
|
||||
docstring_args = "Attributes:\n ID: ``{}``\n\n ".format(c.id) + docstring_args
|
||||
docstring_args = "Attributes:\n LAYER: ``{}``\n\n ".format(layer) + docstring_args
|
||||
|
||||
if c.section == "functions":
|
||||
docstring_args += "\n\n Returns:\n " + get_docstring_arg_type(c.return_type)
|
||||
|
|
|
|||
Loading…
Reference in a new issue