MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / run_get_lines

Function run_get_lines

code/run_file.py:25–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def run_get_lines():
26
27 b_time = time.clock()
28 for i in range(10):
29 for i in get_lines('README.md'):
30 print(i)
31 a_time = time.clock()
32 print a_time - b_time
33##################################################
34
35

Callers

nothing calls this directly

Calls 1

get_linesFunction · 0.85

Tested by

no test coverage detected