refactor: update notations

This commit is contained in:
莘权 马 2023-11-03 11:12:59 +08:00
parent 93eda7f4a3
commit 96f29dadb8
3 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@
@Time : 2023/5/11 14:43
@Author : alexanderwu
@File : action.py
@Modified By: mashenquan, 2023-11-1. Add generic class-to-string and object-to-string conversion functionality.
"""
import re
from abc import ABC

View file

@ -4,6 +4,8 @@
@Time : 2023/5/11 17:45
@Author : alexanderwu
@File : write_code.py
@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.
"""
from tenacity import retry, stop_after_attempt, wait_fixed

View file

@ -4,6 +4,8 @@
@Time : 2023/5/1 11:59
@Author : alexanderwu
@File : const.py
@Modified By: mashenquan, 2023-11-1. According to Chapter 2.2.1 and 2.2.2 of RFC 116, added key definitions for
common properties in the Message.
"""
from pathlib import Path