Merge branch '2873-permission-links-ownership'
[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>