Method: Autoproj::AutobuildExtensions::Python#activate_python
- Defined in:
- lib/autoproj/autobuild_extensions/python.rb
#activate_python ⇒ Object
7 8 9 10 |
# File 'lib/autoproj/autobuild_extensions/python.rb', line 7 def activate_python Autoproj::Python.(ws: ws) Autoproj::Python.assert_python_activated(ws: ws) end |