refactor: update notations

This commit is contained in:
莘权 马 2023-11-03 11:43:40 +08:00
parent a996440d5e
commit 6bd9a76997
3 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,8 @@
@Time : 2023/5/11 14:43
@Author : alexanderwu
@File : qa_engineer.py
@Modified By: mashenquan, 2023-11-1. Standardize the usage of message filtering-related features.
@Modified By: mashenquan, 2023-11-1. In accordance with Chapter 2.2.1 and 2.2.2 of RFC 116, modify the data
type of the `cause_by` value in the `Message` to a string, and utilize the new message filtering feature.
"""
import os
from pathlib import Path

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python
"""
@Modified By: mashenquan, 2023-11-1. Standardize the usage of message filtering-related features.
@Modified By: mashenquan, 2023-11-1. According to Chapter 2.2.1 and 2.2.2 of RFC 116, change the data type of
the `cause_by` value in the `Message` to a string to support the new message distribution feature.
"""

View file

@ -4,7 +4,7 @@
@Time : 2023/5/11 14:42
@Author : alexanderwu
@File : role.py
@Modified By: mashenquan, 2023-11-1. Optimization:
@Modified By: mashenquan, 2023-11-1. According to Chapter 2.2.1 and 2.2.2 of RFC 116:
1. Merge the `recv` functionality into the `_observe` function. Future message reading operations will be
consolidated within the `_observe` function.
2. Standardize the message filtering for string label matching. Role objects can access the message labels