Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(10) | Call(10) | Derive(0) | Import(0)
Generate a data dict from this template and any it references. :param references: this is a dict of string to template mappings. This is used to resolve references to other templates. If this is empty self.references will be used instead. :returns: This returns a 'rendered' dict. All references will have been replaced with the value the point at.
src/b/o/boaconstructor-0.3.0/lib/boaconstructor/tests/testboaconstructor.py boaconstructor(Download)
) result = test1.render(dict(machine=machine, common=common)) correct = dict(
) result = test1.render(dict(machine=machine, common=common)) correct = dict(
) result = test1.render(dict( machine=machine, common=common, buffer=buffer ))
result = test1.render( dict( common='some text', count=10,
# simulate only knowing authentication details at run/render time: result = test2.render(dict( auth=auth, ))