MCPcopy
hub / github.com/Tencent/CodeAnalysis / __print_client_version

Method __print_client_version

client/codepuppy.py:54–58  ·  view source on GitHub ↗

打印TCA客户端版本信息

(self)

Source from the content-addressed store, hash-verified

52 GitConfig.set_default_config()
53
54 def __print_client_version(self):
55 """打印TCA客户端版本信息"""
56 LogPrinter.info("=" * 39)
57 LogPrinter.info(f"*** TCA Client v{settings.VERSION}({settings.EDITION.name} Beta) ***")
58 LogPrinter.info("=" * 39)
59
60 def __setup_logger(self):
61 """日志打印配置

Callers 1

__init__Method · 0.95

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected