projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into origin-2883-job-log-viewer
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
_show_advanced_python_example.html.erb
1
<pre>
2
import arvados
3
4
x = arvados.api().<%= object.class.to_s.pluralize.underscore %>().get(uuid='<%= object.uuid %>').execute()
5
</pre>