(props)
| 4 | export default require('maco').template(python, React); |
| 5 | |
| 6 | function python(props) { |
| 7 | var model = props.model; |
| 8 | |
| 9 | var link = 'https://pypi.python.org/pypi/' + encodeURIComponent(model.name); |
| 10 | var linkText = model.name; |
| 11 | |
| 12 | return commonPackageTemplate(model, link, linkText); |
| 13 | } |
nothing calls this directly
no test coverage detected