Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 590 Bytes

File metadata and controls

26 lines (15 loc) · 590 Bytes
.. currentmodule:: htcondor2

.. autofunction:: enable_debug

.. autofunction:: enable_log

.. autofunction:: log

.. attribute:: param

   A :class:`collections.abc.MutableMapping` of the HTCondor
   configuration.  Changes are reflected in the current process's memory
   immediately, but are never written to disk.  To change another process's
   configuration (e.g., a running daemon's), use :class:`RemoteParam`.

.. autofunction:: platform

.. autofunction:: reload_config

.. autofunction:: send_command

.. autofunction:: version