Skip to content

Commit

Permalink
added changes to the docstrings
Browse files Browse the repository at this point in the history
Signed-off-by: aadityasinha-dotcom <[email protected]>
  • Loading branch information
aadityasinha-dotcom committed Sep 12, 2024
1 parent fc124a1 commit 0a95c7e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zos_console/zowe/zos_console_for_zowe_sdk/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class Console(SdkApi):
----------
connection : dict
A profile in dict (json) format
log : boolean
Flag to disable logger
"""

def __init__(self, connection: dict, log = True):
Expand Down
2 changes: 2 additions & 0 deletions src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ class Datasets(SdkApi):
----------
connection : dict
A profile for connection in dict (json) format
log : boolean
Flag to disable logger
"""

def __init__(self, connection: dict, log = True):
Expand Down
2 changes: 2 additions & 0 deletions src/zos_files/zowe/zos_files_for_zowe_sdk/file_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class FileSystems(SdkApi):
----------
connection : dict
A profile for connection in dict (json) format
log : boolean
Flag to disable logger
"""

def __init__(self, connection: dict, log=True):
Expand Down
2 changes: 2 additions & 0 deletions src/zos_files/zowe/zos_files_for_zowe_sdk/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class Files(SdkApi):
----------
connection: dict
The z/OSMF connection object (generated by the ZoweSDK object)
log : boolean
Flag to disable logger
"""

ds: Datasets
Expand Down
2 changes: 2 additions & 0 deletions src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class USSFiles(SdkApi):
----------
connection: dict
The z/OSMF connection object (generated by the ZoweSDK object)
log : boolean
Flag to disable logger
"""

def __init__(self, connection: dict, log = True):
Expand Down
2 changes: 2 additions & 0 deletions src/zos_jobs/zowe/zos_jobs_for_zowe_sdk/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class Jobs(SdkApi):
----------
connection : dict
A profile for connection in dict (json) format
log : boolean
Flag to disable logger
"""

def __init__(self, connection: dict, log = True):
Expand Down
2 changes: 2 additions & 0 deletions src/zos_tso/zowe/zos_tso_for_zowe_sdk/tso.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class Tso(SdkApi):
----------
connection: dict
Connection object
log : boolean
Flag to disable logger
tso_profile: Optional[dict]
Profile used for tso connection
"""
Expand Down
2 changes: 2 additions & 0 deletions src/zosmf/zowe/zosmf_for_zowe_sdk/zosmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class Zosmf(SdkApi):
----------
connection: dict
The z/OSMF connection object (generated by the ZoweSDK object)
log : boolean
Flag to disable logger
"""

def __init__(self, connection: dict, log = True):
Expand Down

0 comments on commit 0a95c7e

Please sign in to comment.