Skip to main content

run_meta

Method
This is a method of the RunJournal class in the journal module.
Return the :class:RunMeta for run_id or None if unknown.

Signature

Parameters

str
required
No description available.

Returns

Optional[RunMeta]
The result of the operation.

Uses

  • fetchone
  • execute
  • json.loads
  • RunMeta

Source

View on GitHub

praisonaiagents/runtime/journal.py at line 269