class Chef::Resource::Python

Public Class Methods

new(name, run_context = nil) click to toggle source
Calls superclass method Chef::Resource::Script::new
# File lib/chef/resource/python.rb, line 26
def initialize(name, run_context = nil)
  super
  @interpreter = "python"
end