pyiron\_base.jobs.job.path.JobPath
==================================

.. currentmodule:: pyiron_base.jobs.job.path

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

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~JobPath.__init__
      ~JobPath.check_if_job_exists
      ~JobPath.close
      ~JobPath.compress
      ~JobPath.copy
      ~JobPath.copy_to
      ~JobPath.create_group
      ~JobPath.decompress
      ~JobPath.from_db_entry
      ~JobPath.from_hdf
      ~JobPath.from_job_id
      ~JobPath.get
      ~JobPath.get_from_table
      ~JobPath.get_job_id
      ~JobPath.groups
      ~JobPath.inspect
      ~JobPath.is_compressed
      ~JobPath.is_master_id
      ~JobPath.is_self_archived
      ~JobPath.items
      ~JobPath.keys
      ~JobPath.list_all
      ~JobPath.list_childs
      ~JobPath.list_dirs
      ~JobPath.list_files
      ~JobPath.list_groups
      ~JobPath.list_nodes
      ~JobPath.listdirs
      ~JobPath.load
      ~JobPath.move_to
      ~JobPath.nodes
      ~JobPath.open
      ~JobPath.put
      ~JobPath.relocate_hdf5
      ~JobPath.remove
      ~JobPath.remove_child
      ~JobPath.remove_file
      ~JobPath.rename
      ~JobPath.reset_job_id
      ~JobPath.save
      ~JobPath.self_archive
      ~JobPath.self_unarchive
      ~JobPath.show_hdf
      ~JobPath.to_hdf
      ~JobPath.to_object
      ~JobPath.values
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~JobPath.base_name
      ~JobPath.child_ids
      ~JobPath.content
      ~JobPath.database_entry
      ~JobPath.file_path
      ~JobPath.files
      ~JobPath.files_to_compress
      ~JobPath.files_to_remove
      ~JobPath.h5_path
      ~JobPath.id
      ~JobPath.is_empty
      ~JobPath.is_root
      ~JobPath.job_id
      ~JobPath.job_info_str
      ~JobPath.job_name
      ~JobPath.master_id
      ~JobPath.name
      ~JobPath.parent_id
      ~JobPath.path
      ~JobPath.project
      ~JobPath.project_hdf5
      ~JobPath.status
      ~JobPath.working_directory
   
   