File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2422,9 +2422,10 @@ def open(
24222422
24232423 Args:
24242424 config: The configuration for the session.
2425+
24252426 timestamp_callback: An optional callback invoked at each interception point
2426- (Send, Route, Receive) when timestamp stack instrumentation is enabled.
2427- The callback receives a :class:`TimestampContext` and must return ``bytes``.
2427+ (Send, Route, Receive) when timestamp stack instrumentation is enabled.
2428+ The callback receives a :class:`TimestampContext` and must return ``bytes``.
24282429 """
24292430
24302431# Common docstring for all scout function overloads
@@ -2436,8 +2437,10 @@ or by letting the :class:`zenoh.Scout` object go out of scope (dropping it).
24362437
24372438Args:
24382439 handler: Optional handler for processing received :class:`zenoh.Hello` messages.
2440+
24392441 what: Optional :class:`zenoh.WhatAmIMatcher` or string specifying which node types to scout for
24402442 (e.g., "peer|router"). If None, scouts for all node types.
2443+
24412444 config: Optional :class:`zenoh.Config` for the scouting session.
24422445
24432446For more information about scouting, see :ref:`scouting`.
You can’t perform that action at this time.
0 commit comments