MCPcopy Create free account
hub / github.com/microsoft/debugpy / run

Method run

versioneer.py:1974–1980  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1972
1973 class cmd_sdist(_sdist):
1974 def run(self):
1975 versions = get_versions()
1976 self._versioneer_generated_versions = versions
1977 # unless we update this, the command will keep using the old
1978 # version
1979 self.distribution.metadata.version = versions["version"]
1980 return _sdist.run(self)
1981
1982 def make_release_tree(self, base_dir, files):
1983 root = get_root()

Callers 4

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

get_versionsFunction · 0.70

Tested by

no test coverage detected