Added proper docstring documentation for the aupdate_state method in the Pregel class. This enables mkdocstrings to properly generate API reference documentation.
Changes
Added Google-style docstring for aupdate_state method
Includes complete description, args, returns, raises sections
Matches style of other async method docstrings
Testing
No code changes, only documentation
Documentation builds correctly with mkdocs
API reference now shows aupdate_state method documentation
Fixes #2207
Missing docstring for aupdate_state method
Description
Added proper docstring documentation for the aupdate_state method in the Pregel class. This enables mkdocstrings to properly generate API reference documentation.
Changes
Testing