projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
4025: add fa-fw to the newly added i tag class like all other such usages.
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
_show_advanced_python_example.html.erb
1
An example python command to get a <%= object.class.to_s.underscore %> using its uuid:
2
<pre>
3
import arvados
4
5
x = arvados.api().<%= object.class.to_s.pluralize.underscore %>().get(uuid='<%= object.uuid %>').execute()
6
</pre>