dstandish commented on code in PR #27723:
URL: https://github.com/apache/airflow/pull/27723#discussion_r1024779738


##########
airflow/models/abstractoperator.py:
##########
@@ -284,13 +282,22 @@ def iter_mapped_dependants(self) -> 
Iterator[MappedOperator]:
         )
 
     def iter_mapped_task_groups(self) -> Iterator[MappedTaskGroup]:
-        """Return mapped task groups this task belongs to."""
+        """Return mapped task groups this task belongs to.
+
+        Groups are returned from the closest to the outmost.
+
+        :meta private:

Review Comment:
   why meta private and not leading underscore?



-- 
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