Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
if
recent==None : recent = []
21
22
def
f(path):
23
return
Macros(path, [
"Open>{'path':%s}"
%repr(path)])
24
25
rlist = [f(i)
for
i in recent]
26
Callers
13
fileio.py
File · 0.70
add_recent
Function · 0.70
draw
Method · 0.50
draw
Method · 0.50
draw
Method · 0.50
draw
Method · 0.50
draw
Method · 0.50
__init__
Method · 0.50
plot
Function · 0.50
draw_circle
Function · 0.50
draw_ellipse
Function · 0.50
draw_rectangle
Function · 0.50
Calls
1
Macros
Class · 0.50
Tested by
no test coverage detected