MCPcopy Create free account
hub / github.com/cxapython/catvm / prepare_setup

Function prepare_setup

selenium/deploy.py:40–46  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

38 return commit_id
39
40def prepare_setup(d):
41 # template inflate
42 with open(os.path.join(cur_dir, 'setup-template.py'), 'rt') as fin:
43 src = Template(fin.read())
44 result = src.substitute(d)
45 with open(os.path.join(cur_dir, 'setup.py'), 'wt') as fout:
46 fout.write(result)
47
48def build_egg():
49 # build egg

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected