Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ wrapper
Function
wrapper
tools/python/maps_generator/generator/env.py:61–64 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
59
60
@wraps(func)
61
def
wrapper(*args, **kwargs):
62
path = func(*args, **kwargs)
63
create_if_not_exist_path(path)
64
return
path
65
66
return
wrapper
67
Callers
7
ForEach
Method · 0.50
ForEach
Method · 0.50
ForEach
Method · 0.50
PreOrderVisit
Function · 0.50
PostOrderVisit
Function · 0.50
ForEachTree
Method · 0.50
ForEach
Method · 0.50
Calls
1
create_if_not_exist_path
Function · 0.85
Tested by
1
ForEach
Method · 0.40