Misc Classes#
- class pyreflow.BuildInfo#
Information for this build of
pyreflow- Variables:
version (
str) – (read-only) The version ofpyreflowcommit_hash (
str| None) – (read-only) The git commit hash of the code used to buildpyreflow.build_date (
str) – (read-only) The datepyreflowwas built.rustc_version (
str) – (read-only) The version of the Rust compiler used to buildpyreflow.target (
str) – (read-only) The OS and CPU architecture target for this build ofpyreflow.is_debug (
bool) – (read-only)Trueifpyreflowwas built using the debug profile.opt_level (
str) – (read-only) The optimization level used when compilingpyreflow.target_features (
str) – (read-only) CPU features assumed when buildingpyreflow.