MCPcopy Create free account
hub / github.com/anvaka/pm / python

Function python

src/galaxy/nodeDetails/templates/python.jsx:6–13  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

4export default require('maco').template(python, React);
5
6function 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}

Callers

nothing calls this directly

Calls 1

commonPackageTemplateFunction · 0.85

Tested by

no test coverage detected