MCPcopy 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
83class 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_depsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected