Skip to content

Commit ba0bd00

Browse files
author
Sigrid Tofte Thiis
committed
Add sandbox script and update generated files
1 parent 6aa2cc7 commit ba0bd00

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

loop_to_python_adaptive/sandbox.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import loop_to_python_adaptive.api as api # replace with your real import
2+
3+
print("has get_glucose_effect_velocity:", hasattr(api, "get_glucose_effect_velocity"))
4+
print("callable:", callable(getattr(api, "get_glucose_effect_velocity", None)))
5+
print("module file:", api.__file__)

0 commit comments

Comments
 (0)