tvalentyn commented on code in PR #35656:
URL: https://github.com/apache/beam/pull/35656#discussion_r2278722201


##########
sdks/python/apache_beam/internal/code_object_pickler.py:
##########
@@ -411,11 +411,11 @@ def _get_code_object_from_lambda_with_hash_pattern(
   raise AttributeError(f'Could not find code object with path: {path}')
 
 
-def get_code_from_stable_reference(path: str):
-  """Returns the code object from a stable reference code object identifier.
+def get_code_from_identifier(code_object_identifier: str):
+  """Returns the code object corresponding to thefrom a code object identifier.

Review Comment:
   ```suggestion
     """Returns the code object corresponding to the code object identifier.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to