MCPcopy Create free account
hub / github.com/TabViewer/tabview / readme

Function readme

tabview/tabview.py:1205–1210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1203
1204
1205def readme():
1206 path = os.path.dirname(os.path.realpath(__file__))
1207 fn = os.path.join(path, "README.rst")
1208 with open(fn, 'rb') as f:
1209 h = f.readlines()
1210 return [i.decode('utf-8') for i in h]
1211
1212
1213def detect_encoding(data=None):

Callers 1

helpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected