MCPcopy Create free account
hub / github.com/Image-Py/imagepy / f

Function f

imagepy/core/util/fileio.py:22–23  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

20if recent==None : recent = []
21
22def f(path):
23 return Macros(path, ["Open>{'path':%s}"%repr(path)])
24
25rlist = [f(i) for i in recent]
26

Callers 13

fileio.pyFile · 0.70
add_recentFunction · 0.70
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
__init__Method · 0.50
plotFunction · 0.50
draw_circleFunction · 0.50
draw_ellipseFunction · 0.50
draw_rectangleFunction · 0.50

Calls 1

MacrosClass · 0.50

Tested by

no test coverage detected