Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ maxlen
Function
maxlen
LuaSTGPlus/string2enum.py:6–11 ·
view source on GitHub ↗
(str_list)
Source
from the content-addressed store, hash-verified
4
import
random
5
6
def
maxlen(str_list):
7
ret = 0
8
for
s in str_list:
9
if
len(s) > ret:
10
ret = len(s)
11
return
ret
12
13
def
combination(seq, length):
14
if
not length:
Callers
1
find_best_indices
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected