pyvider-cty 2025-03-11
Fix CtyBool string representation to include the value in output
1 files · 1+ · 1-

Bug Fix: CtyBool repr

1 file changed
  • bool.py Changed `CtyBool.__repr__()` from showing just the class name to including the value: `CtyBool(va...
  • Changed CtyBool.__repr__() from showing just the class name to including the value: CtyBool(value=True) instead of CtyBool() decouple internal
    1 file
    • bool.py