We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe812aa commit ff54163Copy full SHA for ff54163
irods/session.py
@@ -392,9 +392,12 @@ def server_version_without_auth(self):
392
)
393
394
def _server_version(self, version_func=None):
395
- """The server version can be retrieved by the usage
+ """The server version can be retrieved by the usage:
396
+
397
session._server_version()
398
399
with conditional substitution by another version by use of the environment variable:
400
401
PYTHON_IRODSCLIENT_REPORTED_SERVER_VERSION.
402
403
Also: if iRODSServer.GET_SERVER_VERSION_WITHOUT_AUTH is passed in version_func, the true server
0 commit comments