pyiron\_base.jobs.job.template.PythonTemplateJob
================================================

.. currentmodule:: pyiron_base.jobs.job.template

.. autoclass:: PythonTemplateJob
   :members:
   :show-inheritance:
   :inherited-members:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~PythonTemplateJob.__init__
      ~PythonTemplateJob.check_if_job_exists
      ~PythonTemplateJob.check_setup
      ~PythonTemplateJob.clear_job
      ~PythonTemplateJob.collect_logfiles
      ~PythonTemplateJob.collect_output
      ~PythonTemplateJob.compress
      ~PythonTemplateJob.convergence_check
      ~PythonTemplateJob.copy
      ~PythonTemplateJob.copy_file_to_working_directory
      ~PythonTemplateJob.copy_template
      ~PythonTemplateJob.copy_to
      ~PythonTemplateJob.create_job
      ~PythonTemplateJob.db_entry
      ~PythonTemplateJob.decompress
      ~PythonTemplateJob.drop_status_to_aborted
      ~PythonTemplateJob.from_dict
      ~PythonTemplateJob.from_hdf
      ~PythonTemplateJob.from_hdf_args
      ~PythonTemplateJob.get
      ~PythonTemplateJob.get_calculate_function
      ~PythonTemplateJob.get_from_table
      ~PythonTemplateJob.get_input_parameter_dict
      ~PythonTemplateJob.get_job_id
      ~PythonTemplateJob.get_output_parameter_dict
      ~PythonTemplateJob.inspect
      ~PythonTemplateJob.instantiate
      ~PythonTemplateJob.interactive_close
      ~PythonTemplateJob.interactive_fetch
      ~PythonTemplateJob.interactive_flush
      ~PythonTemplateJob.is_compressed
      ~PythonTemplateJob.is_master_id
      ~PythonTemplateJob.is_self_archived
      ~PythonTemplateJob.job_file_name
      ~PythonTemplateJob.kill
      ~PythonTemplateJob.list_all
      ~PythonTemplateJob.list_childs
      ~PythonTemplateJob.list_files
      ~PythonTemplateJob.list_groups
      ~PythonTemplateJob.list_nodes
      ~PythonTemplateJob.load
      ~PythonTemplateJob.move_to
      ~PythonTemplateJob.refresh_job_status
      ~PythonTemplateJob.relocate_hdf5
      ~PythonTemplateJob.remove
      ~PythonTemplateJob.remove_and_reset_id
      ~PythonTemplateJob.remove_child
      ~PythonTemplateJob.rename
      ~PythonTemplateJob.reset_job_id
      ~PythonTemplateJob.restart
      ~PythonTemplateJob.rewrite_hdf
      ~PythonTemplateJob.run
      ~PythonTemplateJob.run_if_interactive
      ~PythonTemplateJob.run_if_interactive_non_modal
      ~PythonTemplateJob.run_if_modal
      ~PythonTemplateJob.run_if_refresh
      ~PythonTemplateJob.run_if_scheduler
      ~PythonTemplateJob.run_static
      ~PythonTemplateJob.run_time_to_db
      ~PythonTemplateJob.save
      ~PythonTemplateJob.save_output
      ~PythonTemplateJob.self_archive
      ~PythonTemplateJob.self_unarchive
      ~PythonTemplateJob.set_input_to_read_only
      ~PythonTemplateJob.show_hdf
      ~PythonTemplateJob.signal_intercept
      ~PythonTemplateJob.suspend
      ~PythonTemplateJob.to_dict
      ~PythonTemplateJob.to_hdf
      ~PythonTemplateJob.to_object
      ~PythonTemplateJob.transfer_from_remote
      ~PythonTemplateJob.update_master
      ~PythonTemplateJob.validate_ready_to_run
      ~PythonTemplateJob.write_input
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~PythonTemplateJob.calculate_kwargs
      ~PythonTemplateJob.child_ids
      ~PythonTemplateJob.content
      ~PythonTemplateJob.database_entry
      ~PythonTemplateJob.exclude_groups_hdf
      ~PythonTemplateJob.exclude_nodes_hdf
      ~PythonTemplateJob.executable
      ~PythonTemplateJob.executor_type
      ~PythonTemplateJob.files
      ~PythonTemplateJob.files_to_compress
      ~PythonTemplateJob.files_to_remove
      ~PythonTemplateJob.id
      ~PythonTemplateJob.input
      ~PythonTemplateJob.job_id
      ~PythonTemplateJob.job_info_str
      ~PythonTemplateJob.job_name
      ~PythonTemplateJob.job_type
      ~PythonTemplateJob.logger
      ~PythonTemplateJob.master_id
      ~PythonTemplateJob.name
      ~PythonTemplateJob.output
      ~PythonTemplateJob.parent_id
      ~PythonTemplateJob.path
      ~PythonTemplateJob.project
      ~PythonTemplateJob.project_hdf5
      ~PythonTemplateJob.queue_id
      ~PythonTemplateJob.restart_file_dict
      ~PythonTemplateJob.restart_file_list
      ~PythonTemplateJob.server
      ~PythonTemplateJob.status
      ~PythonTemplateJob.storage
      ~PythonTemplateJob.version
      ~PythonTemplateJob.working_directory
   
   