MCPcopy Create free account
hub / github.com/comaps/comaps / return_ft

Function return_ft

generator/pygen/example.py:53–59  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

51 cnt += 1
52
53 def return_ft(num):
54 cnt = 0
55 for ft in mwm.Mwm(path):
56 if cnt == num:
57 return ft
58
59 cnt += 1
60
61 print(return_ft(10))
62

Callers 1

Calls 1

MwmMethod · 0.80

Tested by

no test coverage detected