Misc Classes#

class pyreflow.BuildInfo#

Information for this build of pyreflow

Variables:
  • version (str) – (read-only) The version of pyreflow

  • commit_hash (str | None) – (read-only) The git commit hash of the code used to build pyreflow.

  • build_date (str) – (read-only) The date pyreflow was built.

  • rustc_version (str) – (read-only) The version of the Rust compiler used to build pyreflow.

  • target (str) – (read-only) The OS and CPU architecture target for this build of pyreflow.

  • is_debug (bool) – (read-only) True if pyreflow was built using the debug profile.

  • opt_level (str) – (read-only) The optimization level used when compiling pyreflow.

  • target_features (str) – (read-only) CPU features assumed when building pyreflow.