MCPcopy
hub / github.com/quantopian/zipline / run

Method run

versioneer.py:1462–1473  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1460
1461 class cmd_build_py(_build_py):
1462 def run(self):
1463 root = get_root()
1464 cfg = get_config_from_root(root)
1465 versions = get_versions()
1466 _build_py.run(self)
1467 # now locate _version.py in the new build/ directory and replace
1468 # it with an updated value
1469 if cfg.versionfile_build:
1470 target_versionfile = os.path.join(self.build_lib,
1471 cfg.versionfile_build)
1472 print("UPDATING %s" % target_versionfile)
1473 write_to_version_file(target_versionfile, versions)
1474 cmds["build_py"] = cmd_build_py
1475
1476 if "cx_Freeze" in sys.modules: # cx_freeze enabled?

Callers

nothing calls this directly

Calls 6

get_rootFunction · 0.85
get_config_from_rootFunction · 0.85
write_to_version_fileFunction · 0.85
joinMethod · 0.80
get_versionsFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected