FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

typing - event.py by jaehyeonpy · Pull Request #80 · python-mysql-replication-kr/python-mysql-replication · GitHub

typing - event.py - #80

Open
jaehyeonpy wants to merge 24 commits into
mainfrom
feature/add-typing-to-event.py
Open

typing - event.py#80
jaehyeonpy wants to merge 24 commits into
mainfrom
feature/add-typing-to-event.py

Conversation

Copy link
Copy Markdown
  • PEP 484 참고하여 작업하였습니다.
  • docstrings에 타입 힌트 내용이 포함되어 있습니다.
  • 모든 테스트 통과했습니다.
  • Github actions 상에서도 잘 동작합니다.

dongwook-chan left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

꼼꼼하게 typing 잘 적용해주신 것 같습니다!! 고생 많으셨습니다~~~ 👍🏻👍🏻👍🏻👍🏻

import struct
import datetime
import pymysql
from pymysql.protocol import MysqlPacket

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

이 라인 IDE에서 빨간색 밑줄 쳐지지 않으셨나요?

Comment thread pymysqlreplication/event.py Outdated
Attributes:
position: Position inside next binlog
next_binlog: Name of next binlog file
For more information: `[see details] <https://dev.mysql.com/doc/dev/mysql-server/latest/classbinary__log_1_1Rotate__event.html>`_.

dongwook-chan Sep 3, 2023
edited
Loading

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

어디는 see details, 어디는 see {클래스명}이네요.
링크를 좀 더 명확히 설명한다는 취지에 공감이 되어서 후자가 좋아보이네요.
이미 머지되어서 변경해주실 필요는 없고 피드백만 드려요~

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2조 열혈 2조

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL