Skip to content

Commit 10335ec

Browse files
Add Returns section to get_generated_files def
1 parent bc2e521 commit 10335ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/python/tensorflow_cloud/core/containerize.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ def get_generated_files(self, return_descriptors=False):
124124
125125
Args:
126126
return_descriptors: Whether to return descriptors as well.
127+
128+
Returns:
129+
Docker and tar file paths. Depending on return_descriptors, possibly
130+
their file descriptors as well.
127131
"""
128132
if return_descriptors:
129133
return [

0 commit comments

Comments
 (0)