You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,13 @@ If you modified environment variables (for Windows or Linux) restart your InterS
19
19
20
20
# Use
21
21
22
-
1. Call: `do ##class(isc.py.Callout).Setup()` once per systems start (add to ZSTART!)
23
-
2. Call: `do ##class(isc.py.Callout).Initialize()` once per process
24
-
3. Call main method (can be called many times, context persists): `write ##class(isc.py.Callout).SimpleString(code, data)`
25
-
4. Call: `do ##class(isc.py.Callout).Finalize()` to free Python context
26
-
5. Call: `write ##class(isc.py.Callout).Unload()` to free callout library
22
+
1. Call: `do ##class(isc.py.Callout).Setup()` once per systems start (add to ZSTART: [docs](https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GSTU_customize#GSTU_customize_startstop), [sample](https://gist.githubusercontent.com/eduard93/412ed81e2bf619269ab4a49d939d2304/raw/c9d5f922827db5052b6e1195616d333ffe7dc1ec/%2525ZSTART)).
23
+
2. Call main method (can be called many times, context persists): `write ##class(isc.py.Callout).SimpleString(code, data)`
24
+
3. Call: `do ##class(isc.py.Callout).Finalize()` to free Python context.
25
+
4. Call: `write ##class(isc.py.Callout).Unload()` to free callout library.
0 commit comments