MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / run

Method run

versioneer.py:2003–2009  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2001
2002 class cmd_sdist(_sdist):
2003 def run(self):
2004 versions = get_versions()
2005 self._versioneer_generated_versions = versions
2006 # unless we update this, the command will keep using the old
2007 # version
2008 self.distribution.metadata.version = versions["version"]
2009 return _sdist.run(self)
2010
2011 def make_release_tree(self, base_dir, files):
2012 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