Skip to content

Commit 9024e03

Browse files
committed
adding codeDepot markers
1 parent f16c8ca commit 9024e03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/eSignature/examples/eg004_envelope_info.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ def worker(args):
2424
"""
2525

2626
# Exceptions will be caught by the calling function
27+
#ds-snippet-start:eSign4Step2
2728
api_client = create_api_client(base_path=args["base_path"], access_token=args["access_token"])
2829

2930
envelope_api = EnvelopesApi(api_client)
30-
# 1. Call the envelope get method
31+
# Call the envelope get method
3132
results = envelope_api.get_envelope(account_id=args["account_id"], envelope_id=args["envelope_id"])
32-
33+
#ds-snippet-end:eSign4Step2
3334
return results

0 commit comments

Comments
 (0)