File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
print ('MoreResults: ' + str (getResponse .more_results ))
18
18
print ('RequestID: ' + str (getResponse .request_id ))
19
19
print ('Results Length: ' + str (len (getResponse .results )))
20
- #print 'Results: ' + str(getResponse.results)
20
+ #print( 'Results: ' + str(getResponse.results) )
21
21
22
22
# Get all of the DataExtensions in an Account belonging to a specific sub account
23
23
print ('>>> Get all of the DataExtensions in an Account belonging to a specific sub account' )
32
32
print ('MoreResults: ' + str (getResponse .more_results ))
33
33
print ('RequestID: ' + str (getResponse .request_id ))
34
34
print ('Results Length: ' + str (len (getResponse .results )))
35
- #print 'Results: ' + str(getResponse.results)
35
+ #print( 'Results: ' + str(getResponse.results) )
36
36
37
37
# Specify a name for the data extension that will be used for testing
38
38
# Note: Name and CustomerKey will be the same value
186
186
print ('MoreResults: ' + str (getResponse .more_results ))
187
187
print ('RequestID: ' + str (getResponse .request_id ))
188
188
print ('Results Length: ' + str (len (getResponse .results )))
189
- #print 'Results: ' + str(getResponse.results)
189
+ #print( 'Results: ' + str(getResponse.results) )
190
190
191
191
while getResponse .more_results :
192
192
print ('>>> Continue Retrieve lots of rows with moreResults' )
You can’t perform that action at this time.
0 commit comments