MCPcopy
hub / github.com/shadowsocks/shadowsocks / print_shadowsocks

Function print_shadowsocks

shadowsocks/shell.py:103–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102
103def print_shadowsocks():
104 version = ''
105 try:
106 import pkg_resources
107 version = pkg_resources.get_distribution('shadowsocks').version
108 except Exception:
109 pass
110 print('Shadowsocks %s' % version)
111
112
113def find_config():

Callers 1

get_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected