You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2024. It is now read-only.
I'm wondering if there is a way to output strings substituted with single quotes:
{
...
"foo": "Foo(confidence_reason='MIL player's names are longer than MIN by 13.32%' confidence=NONE)"
}
Instead of the escaped quotes (which is what happens currently:
{
...
"foo": "Foo(confidence_reason="MIL player's names are longer than MIN by 13.32%", confidence=NONE)"
}
Thanks for the lovely library, use it daily