Template:DC Info: Difference between revisions
Jump to navigation
Jump to search
(inner table around parameters) |
(objective to top) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |||
|Objective | |||
| style="font-size:95%;"|{{{objective}}} | |||
|- | |||
|Function Definition | |Function Definition | ||
|{{syntaxhighlight|lang=python|code={{{code| | |{{syntaxhighlight|lang=python|code={{{code| | ||
Line 8: | Line 12: | ||
|- | |- | ||
|Parameters | |Parameters | ||
|{{#if: {{{parameterswithoutself|}}}| | | style="font-size:95%;"|{{#if: {{{parameterswithoutself|}}}| | ||
{{{!}} | {{{!}} | ||
{{{parameterswithoutself}}} | {{{parameterswithoutself}}} | ||
Line 15: | Line 20: | ||
|- | |- | ||
|Return value | |Return value | ||
|{{{returnvalue|''None'' | | style="font-size:95%;"|{{{returnvalue|''None''}}} | ||
|- | |- | ||
|When is function called | |When is function called | ||
|{{{executed|see [[Sequencer procedure]]}}} | | style="font-size:95%;"|{{{executed|see [[Sequencer procedure]]}}} | ||
{{#if: {{{comments|}}}| | {{#if: {{{comments|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}}Comments | {{!}}Comments | ||
{{!}}{{{comments}}} | {{!}} style="font-size:95%;"{{!}}{{{comments}}} | ||
}} | }} | ||
|} | |} |
Latest revision as of 10:06, 1 December 2017
Objective | {{{objective}}} |
Function Definition | def functionname(self):
#do something
return [value1,value2,...]
|
Parameters | None |
Return value | None |
When is function called | see Sequencer procedure |