MCPcopy Index your code
hub / github.com/ComposioHQ/composio / _find_packages

Function _find_packages

python/scripts/bump.py:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53
54def _find_packages():
55 files = []
56 for file in chain(CWD.glob(f"**/{PYPROJECT}"), CWD.glob(f"**/{SETUP}")):
57 if _skip(file=file):
58 continue
59 files.append(file)
60 return files
61
62
63def _get_version_update(

Callers 1

bumpFunction · 0.85

Calls 2

_skipFunction · 0.85
appendMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…