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

Function prepare_setup

selenium/deploy_aws.py:43–49  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected