4 lines
157 B
Python
4 lines
157 B
Python
from smnp.module.iterable.function import combine, map, range, get
|
|
|
|
functions = [ combine.function, map.function, range.function ]
|
|
methods = [ get.function ] |