Skip to content

Commit 0e31cdf

Browse files
committed
Updated Comments
1 parent 25cbd89 commit 0e31cdf

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

kepconfig/connection.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -------------------------------------------------------------------------
2-
# Copyright (c) 2020, PTC Inc. and/or all its affiliates. All rights reserved.
2+
# Copyright (c) PTC Inc. and/or all its affiliates. All rights reserved.
33
# See License.txt in the project root for
44
# license information.
55
# --------------------------------------------------------------------------
@@ -111,6 +111,14 @@ def SSL_trust_all_certs(self, val):
111111

112112
def reinitialize(self):
113113
'''Executes a Reinitialize call to the Kepware instance.
114+
115+
RETURNS:
116+
KepServiceResponse instance with job information
117+
118+
EXCEPTIONS (If not HTTP 200 or 429 returned):
119+
120+
KepHTTPError - If urllib provides an HTTPError
121+
KepURLError - If urllib provides an URLError
114122
'''
115123
url = self.url + self.__project_services_url + '/ReinitializeRuntime'
116124
try:

0 commit comments

Comments
 (0)