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
In PyF we have the {expr:s} or {expr} which converts to string. But it would be nice to have something like python !r to force the conversion to a "repr" format, which should work for any type.
What could be a "repr" format? Well, we could use Generic or Data to derive a generic view of the internal of the structure.
The text was updated successfully, but these errors were encountered:
In PyF we have the
{expr:s}
or{expr}
which converts to string. But it would be nice to have something like python!r
to force the conversion to a "repr" format, which should work for any type.What could be a "repr" format? Well, we could use
Generic
orData
to derive a generic view of the internal of the structure.The text was updated successfully, but these errors were encountered: