GodotPythonJSONRPC/addons/kiripythonrpcwrapper/KiriPythonRPCWrapper/test_module/__init__.py

14 lines
276 B
Python
Raw Normal View History

#!/usr/bin/python3
this_is_not_a_thing_to_call = 0
def func_to_call(asdf):
print("called with: ", asdf)
global this_is_not_a_thing_to_call
this_is_not_a_thing_to_call += 1
return str(asdf) + "blah"
def other_func_to_call():
print("jksdmckjsdncjksncs")