Skip to content

Commit

Permalink
refactor: uniform quote style
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Jan 9, 2025
1 parent d6d429b commit 908db58
Show file tree
Hide file tree
Showing 202 changed files with 1,595 additions and 1,615 deletions.
2 changes: 1 addition & 1 deletion aiotieba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .enums import * # noqa: F403
from .logging import enable_filelog, get_logger

if os.name == 'posix':
if os.name == "posix":
import signal

def terminate(signal_number, frame):
Expand Down
2 changes: 1 addition & 1 deletion aiotieba/api/_classdef/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from google.protobuf.message import Message

TypeMessage = TypeVar('TypeMessage', bound=Message)
TypeMessage = TypeVar("TypeMessage", bound=Message)
2 changes: 1 addition & 1 deletion aiotieba/api/_classdef/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from collections.abc import Iterator
from typing import Generic, SupportsIndex, TypeVar, overload

TypeContainer = TypeVar('TypeContainer')
TypeContainer = TypeVar("TypeContainer")


@dcs.dataclass
Expand Down
8 changes: 4 additions & 4 deletions aiotieba/api/_classdef/contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from .common import TypeMessage

TypeFragment = TypeVar('TypeFragment')
TypeFragment = TypeVar("TypeFragment")


@dcs.dataclass
Expand Down Expand Up @@ -58,7 +58,7 @@ class TypeFragEmoji(Protocol):
desc: str


_IMAGEHASH_EXP = re.compile(r'/([a-z0-9]{32,})\.')
_IMAGEHASH_EXP = re.compile(r"/([a-z0-9]{32,})\.")


@dcs.dataclass
Expand Down Expand Up @@ -91,7 +91,7 @@ def from_tbdata(data_proto: TypeMessage) -> FragImage:
origin_src = data_proto.origin_src
origin_size = data_proto.origin_size

show_width, _, show_height = data_proto.bsize.partition(',')
show_width, _, show_height = data_proto.bsize.partition(",")
show_width = int(show_width)
show_height = int(show_height)

Expand Down Expand Up @@ -231,7 +231,7 @@ def from_tbdata(data_proto: TypeMessage) -> FragLink:
@cached_property
def url(self) -> yarl.URL:
if self.is_external:
url = yarl.URL(self.raw_url.query['url'])
url = yarl.URL(self.raw_url.query["url"])
else:
url = self.raw_url
return url
Expand Down
15 changes: 7 additions & 8 deletions aiotieba/api/_classdef/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ class UserInfo:
"""

user_id: int = 0
portrait: str = ''
user_name: str = ''
nick_name_old: str = ''
nick_name_new: str = ''
portrait: str = ""
user_name: str = ""
nick_name_old: str = ""
nick_name_new: str = ""
tieba_uid: int = 0

glevel: int = 0
Expand All @@ -57,7 +57,7 @@ class UserInfo:
follow_num: int = 0
forum_num: int = 0
sign: str = ""
ip: str = ''
ip: str = ""
icons: list[str] = dcs.field(default_factory=list)

is_vip: bool = False
Expand Down Expand Up @@ -97,7 +97,6 @@ def show_name(self) -> str:
def log_name(self) -> str:
if self.user_name:
return self.user_name
elif self.portrait:
if self.portrait:
return f"{self.nick_name}/{self.portrait}"
else:
return str(self.user_id)
return str(self.user_id)
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/Agree_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Agree_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "Agree_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_AGREE']._serialized_start = 15
_globals['_AGREE']._serialized_end = 63
_globals["_AGREE"]._serialized_start = 15
_globals["_AGREE"]._serialized_end = 63
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/CommonReq_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'CommonReq_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "CommonReq_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_COMMONREQ']._serialized_start = 20
_globals['_COMMONREQ']._serialized_end = 858
_globals["_COMMONREQ"]._serialized_start = 20
_globals["_COMMONREQ"]._serialized_end = 858
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/Error_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Error_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "Error_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_ERROR']._serialized_start = 15
_globals['_ERROR']._serialized_end = 55
_globals["_ERROR"]._serialized_start = 15
_globals["_ERROR"]._serialized_end = 55
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/ForumList_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ForumList_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "ForumList_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_FORUMLIST']._serialized_start = 19
_globals['_FORUMLIST']._serialized_end = 128
_globals["_FORUMLIST"]._serialized_start = 19
_globals["_FORUMLIST"]._serialized_end = 128
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/FrsTabInfo_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'FrsTabInfo_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "FrsTabInfo_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_FRSTABINFO']._serialized_start = 20
_globals['_FRSTABINFO']._serialized_end = 66
_globals["_FRSTABINFO"]._serialized_start = 20
_globals["_FRSTABINFO"]._serialized_end = 66
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/Media_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Media_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "Media_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_MEDIA']._serialized_start = 16
_globals['_MEDIA']._serialized_end = 164
_globals["_MEDIA"]._serialized_start = 16
_globals["_MEDIA"]._serialized_end = 164
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/Page_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Page_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "Page_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_PAGE']._serialized_start = 14
_globals['_PAGE']._serialized_end = 138
_globals["_PAGE"]._serialized_start = 14
_globals["_PAGE"]._serialized_end = 138
14 changes: 7 additions & 7 deletions aiotieba/api/_protobuf/PbContent_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'PbContent_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "PbContent_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_PBCONTENT']._serialized_start = 20
_globals['_PBCONTENT']._serialized_end = 611
_globals['_PBCONTENT_TIEBAPLUSINFO']._serialized_start = 374
_globals['_PBCONTENT_TIEBAPLUSINFO']._serialized_end = 584
_globals['_PBCONTENT_ITEM']._serialized_start = 586
_globals['_PBCONTENT_ITEM']._serialized_end = 611
_globals["_PBCONTENT"]._serialized_start = 20
_globals["_PBCONTENT"]._serialized_end = 611
_globals["_PBCONTENT_TIEBAPLUSINFO"]._serialized_start = 374
_globals["_PBCONTENT_TIEBAPLUSINFO"]._serialized_end = 584
_globals["_PBCONTENT_ITEM"]._serialized_start = 586
_globals["_PBCONTENT_ITEM"]._serialized_end = 611
10 changes: 5 additions & 5 deletions aiotieba/api/_protobuf/PollInfo_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'PollInfo_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "PollInfo_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_POLLINFO']._serialized_start = 19
_globals['_POLLINFO']._serialized_end = 181
_globals['_POLLINFO_POLLOPTION']._serialized_start = 142
_globals['_POLLINFO_POLLOPTION']._serialized_end = 181
_globals["_POLLINFO"]._serialized_start = 19
_globals["_POLLINFO"]._serialized_end = 181
_globals["_POLLINFO_POLLOPTION"]._serialized_start = 142
_globals["_POLLINFO_POLLOPTION"]._serialized_end = 181
14 changes: 7 additions & 7 deletions aiotieba/api/_protobuf/PostInfoList_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'PostInfoList_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "PostInfoList_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_POSTINFOLIST']._serialized_start = 112
_globals['_POSTINFOLIST']._serialized_end = 873
_globals['_POSTINFOLIST_POSTINFOCONTENT']._serialized_start = 643
_globals['_POSTINFOLIST_POSTINFOCONTENT']._serialized_end = 873
_globals['_POSTINFOLIST_POSTINFOCONTENT_ABSTRACT']._serialized_start = 781
_globals['_POSTINFOLIST_POSTINFOCONTENT_ABSTRACT']._serialized_end = 873
_globals["_POSTINFOLIST"]._serialized_start = 112
_globals["_POSTINFOLIST"]._serialized_end = 873
_globals["_POSTINFOLIST_POSTINFOCONTENT"]._serialized_start = 643
_globals["_POSTINFOLIST_POSTINFOCONTENT"]._serialized_end = 873
_globals["_POSTINFOLIST_POSTINFOCONTENT_ABSTRACT"]._serialized_start = 781
_globals["_POSTINFOLIST_POSTINFOCONTENT_ABSTRACT"]._serialized_end = 873
34 changes: 17 additions & 17 deletions aiotieba/api/_protobuf/Post_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Post_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "Post_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_POST']._serialized_start = 76
_globals['_POST']._serialized_end = 814
_globals['_POST_SUBPOST']._serialized_start = 508
_globals['_POST_SUBPOST']._serialized_end = 554
_globals['_POST_SIGNATUREDATA']._serialized_start = 556
_globals['_POST_SIGNATUREDATA']._serialized_end = 674
_globals['_POST_SIGNATUREDATA_SIGNATURECONTENT']._serialized_start = 628
_globals['_POST_SIGNATUREDATA_SIGNATURECONTENT']._serialized_end = 674
_globals['_POST_CUSTOMFIGURE']._serialized_start = 676
_globals['_POST_CUSTOMFIGURE']._serialized_end = 716
_globals['_POST_CUSTOMSTATE']._serialized_start = 718
_globals['_POST_CUSTOMSTATE']._serialized_end = 748
_globals['_POST_CHATCONTENT']._serialized_start = 750
_globals['_POST_CHATCONTENT']._serialized_end = 779
_globals['_POST_SPRITEMEMEINFO']._serialized_start = 781
_globals['_POST_SPRITEMEMEINFO']._serialized_end = 814
_globals["_POST"]._serialized_start = 76
_globals["_POST"]._serialized_end = 814
_globals["_POST_SUBPOST"]._serialized_start = 508
_globals["_POST_SUBPOST"]._serialized_end = 554
_globals["_POST_SIGNATUREDATA"]._serialized_start = 556
_globals["_POST_SIGNATUREDATA"]._serialized_end = 674
_globals["_POST_SIGNATUREDATA_SIGNATURECONTENT"]._serialized_start = 628
_globals["_POST_SIGNATUREDATA_SIGNATURECONTENT"]._serialized_end = 674
_globals["_POST_CUSTOMFIGURE"]._serialized_start = 676
_globals["_POST_CUSTOMFIGURE"]._serialized_end = 716
_globals["_POST_CUSTOMSTATE"]._serialized_start = 718
_globals["_POST_CUSTOMSTATE"]._serialized_end = 748
_globals["_POST_CHATCONTENT"]._serialized_start = 750
_globals["_POST_CHATCONTENT"]._serialized_end = 779
_globals["_POST_SPRITEMEMEINFO"]._serialized_start = 781
_globals["_POST_SPRITEMEMEINFO"]._serialized_end = 814
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/SimpleForum_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'SimpleForum_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "SimpleForum_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_SIMPLEFORUM']._serialized_start = 21
_globals['_SIMPLEFORUM']._serialized_end = 141
_globals["_SIMPLEFORUM"]._serialized_start = 21
_globals["_SIMPLEFORUM"]._serialized_end = 141
10 changes: 5 additions & 5 deletions aiotieba/api/_protobuf/SubPostList_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'SubPostList_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "SubPostList_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_SUBPOSTLIST']._serialized_start = 64
_globals['_SUBPOSTLIST']._serialized_end = 227
_globals['_SUBPOST']._serialized_start = 229
_globals['_SUBPOST']._serialized_end = 288
_globals["_SUBPOSTLIST"]._serialized_start = 64
_globals["_SUBPOSTLIST"]._serialized_end = 227
_globals["_SUBPOST"]._serialized_start = 229
_globals["_SUBPOST"]._serialized_end = 288
18 changes: 9 additions & 9 deletions aiotieba/api/_protobuf/ThreadInfo_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ThreadInfo_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "ThreadInfo_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_THREADINFO']._serialized_start = 122
_globals['_THREADINFO']._serialized_end = 1222
_globals['_THREADINFO_ORIGINTHREADINFO']._serialized_start = 919
_globals['_THREADINFO_ORIGINTHREADINFO']._serialized_end = 1148
_globals['_THREADINFO_CUSTOMFIGURE']._serialized_start = 1150
_globals['_THREADINFO_CUSTOMFIGURE']._serialized_end = 1190
_globals['_THREADINFO_CUSTOMSTATE']._serialized_start = 1192
_globals['_THREADINFO_CUSTOMSTATE']._serialized_end = 1222
_globals["_THREADINFO"]._serialized_start = 122
_globals["_THREADINFO"]._serialized_end = 1222
_globals["_THREADINFO_ORIGINTHREADINFO"]._serialized_start = 919
_globals["_THREADINFO_ORIGINTHREADINFO"]._serialized_end = 1148
_globals["_THREADINFO_CUSTOMFIGURE"]._serialized_start = 1150
_globals["_THREADINFO_CUSTOMFIGURE"]._serialized_end = 1190
_globals["_THREADINFO_CUSTOMSTATE"]._serialized_start = 1192
_globals["_THREADINFO_CUSTOMSTATE"]._serialized_end = 1222
34 changes: 17 additions & 17 deletions aiotieba/api/_protobuf/User_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'User_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "User_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_USER']._serialized_start = 15
_globals['_USER']._serialized_end = 1125
_globals['_USER_ICON']._serialized_start = 699
_globals['_USER_ICON']._serialized_end = 719
_globals['_USER_PRIVSETS']._serialized_start = 722
_globals['_USER_PRIVSETS']._serialized_end = 893
_globals['_USER_LIKEFORUMINFO']._serialized_start = 895
_globals['_USER_LIKEFORUMINFO']._serialized_end = 948
_globals['_USER_USERVIPINFO']._serialized_start = 950
_globals['_USER_USERVIPINFO']._serialized_end = 998
_globals['_USER_TSHOWINFO']._serialized_start = 1000
_globals['_USER_TSHOWINFO']._serialized_end = 1025
_globals['_USER_NEWGODINFO']._serialized_start = 1027
_globals['_USER_NEWGODINFO']._serialized_end = 1093
_globals['_USER_USERGROWTH']._serialized_start = 1095
_globals['_USER_USERGROWTH']._serialized_end = 1125
_globals["_USER"]._serialized_start = 15
_globals["_USER"]._serialized_end = 1125
_globals["_USER_ICON"]._serialized_start = 699
_globals["_USER_ICON"]._serialized_end = 719
_globals["_USER_PRIVSETS"]._serialized_start = 722
_globals["_USER_PRIVSETS"]._serialized_end = 893
_globals["_USER_LIKEFORUMINFO"]._serialized_start = 895
_globals["_USER_LIKEFORUMINFO"]._serialized_end = 948
_globals["_USER_USERVIPINFO"]._serialized_start = 950
_globals["_USER_USERVIPINFO"]._serialized_end = 998
_globals["_USER_TSHOWINFO"]._serialized_start = 1000
_globals["_USER_TSHOWINFO"]._serialized_end = 1025
_globals["_USER_NEWGODINFO"]._serialized_start = 1027
_globals["_USER_NEWGODINFO"]._serialized_end = 1093
_globals["_USER_USERGROWTH"]._serialized_start = 1095
_globals["_USER_USERGROWTH"]._serialized_end = 1125
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/VideoInfo_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'VideoInfo_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "VideoInfo_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_VIDEOINFO']._serialized_start = 20
_globals['_VIDEOINFO']._serialized_end = 160
_globals["_VIDEOINFO"]._serialized_start = 20
_globals["_VIDEOINFO"]._serialized_end = 160
6 changes: 3 additions & 3 deletions aiotieba/api/_protobuf/Voice_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Voice_pb2', _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "Voice_pb2", _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_VOICE']._serialized_start = 15
_globals['_VOICE']._serialized_end = 62
_globals["_VOICE"]._serialized_start = 15
_globals["_VOICE"]._serialized_end = 62
Loading

0 comments on commit 908db58

Please sign in to comment.