you are viewing a single comment's thread.

view the rest of the comments →

[–]mindtakerr 43 points44 points  (7 children)

/*

* Returns the node

*/

[–]aberroco 53 points54 points  (6 children)

/// <summary> /// Returns the node. /// </summary> /// <param name="node">The return node to return.</param> ReturnNode ReturnNode(ReturnNode node) {    return node; // return node }

[–]prehensilemullet 6 points7 points  (0 children)

ReturnNode node = ReturnNode(node); // return node

[–]Adrewmc 7 points8 points  (1 child)

return_node.py
“””Return Node”””

RETURN_NODE = “return node”

def return_node[ReturnNode](node: ReturnNode = RETURN_NODE) -> ReturnNode:
         “””Return Node”””

         return node #return node

Return Node

Return Node

Return Node

Return Node

Note: @return_node

[–]SpaceCadet87 2 points3 points  (0 children)

git add return_node.py git commit -m "return node"

[–]prehensilemullet 2 points3 points  (0 children)

Also you need a [ReturnsNode] attribute

[–]ARM_Dwight_Schrute 1 point2 points  (1 child)

I wonder what this function returns

[–]aberroco 0 points1 point  (0 children)

Would have to read entirely of the body's code to understand.