MCPcopy Index your code
hub / github.com/Mebus/cupp / komb

Function komb

cupp.py:110–113  ·  view source on GitHub ↗
(seq, start, special="")

Source from the content-addressed store, hash-verified

108
109# for sorting and making combinations...
110def komb(seq, start, special=""):
111 for mystr in seq:
112 for mystr1 in start:
113 yield mystr + special + mystr1
114
115
116# print list to file counting words

Callers 2

improve_dictionaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected