MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / GemDependency

Class GemDependency

src/packagedcode/gemfile_lock.py:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121@attr.s()
122class GemDependency(object):
123 name = String()
124 version = String()
125
126
127@attr.s()

Callers

nothing calls this directly

Calls 1

StringFunction · 0.90

Tested by

no test coverage detected