pyiron\_base.jobs.job.base.JobCore
==================================

.. currentmodule:: pyiron_base.jobs.job.base

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

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~JobCore.__init__
      ~JobCore.check_if_job_exists
      ~JobCore.compress
      ~JobCore.copy
      ~JobCore.copy_to
      ~JobCore.decompress
      ~JobCore.from_hdf
      ~JobCore.get
      ~JobCore.get_from_table
      ~JobCore.get_job_id
      ~JobCore.inspect
      ~JobCore.is_compressed
      ~JobCore.is_master_id
      ~JobCore.is_self_archived
      ~JobCore.list_all
      ~JobCore.list_childs
      ~JobCore.list_files
      ~JobCore.list_groups
      ~JobCore.list_nodes
      ~JobCore.load
      ~JobCore.move_to
      ~JobCore.relocate_hdf5
      ~JobCore.remove
      ~JobCore.remove_child
      ~JobCore.rename
      ~JobCore.reset_job_id
      ~JobCore.save
      ~JobCore.self_archive
      ~JobCore.self_unarchive
      ~JobCore.show_hdf
      ~JobCore.to_hdf
      ~JobCore.to_object
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~JobCore.child_ids
      ~JobCore.content
      ~JobCore.database_entry
      ~JobCore.files
      ~JobCore.files_to_compress
      ~JobCore.files_to_remove
      ~JobCore.id
      ~JobCore.job_id
      ~JobCore.job_info_str
      ~JobCore.job_name
      ~JobCore.master_id
      ~JobCore.name
      ~JobCore.parent_id
      ~JobCore.path
      ~JobCore.project
      ~JobCore.project_hdf5
      ~JobCore.status
      ~JobCore.working_directory
   
   