We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f90d5d commit 0b40fefCopy full SHA for 0b40fef
1 file changed
ghpythonremote/examples/CPython_to_GH.py
@@ -55,4 +55,5 @@
55
# Call a GH component
56
print(sum(rghcomp.Area(gh_curves)[0]))
57
# Call a GH user object, previously created with the name "TestClusterGHPR"
58
- print(rghuo.TestClusterGHPR(3, y=4))
+ # returns x^2 + y + 2
59
+ print(rghuo.TestClusterGHPR(3, y=4)) # = 15
0 commit comments