Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ Dep
Class
Dep
src/packagedcode/godeps.py:83–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
@attr.s
83
class
Dep:
84
import_path = datautils.String()
85
revision = datautils.String()
86
comment = datautils.String()
87
88
def
to_dict(self):
89
return
attr.asdict(self)
90
91
92
# map of Godep names to our own attribute names
Callers
1
parse_deps
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected