Home
Original page
cf.Data.__str__ — Documentation
Data.
__str__
(
)
[source]
¶
Called by the
str
built-in function.
x.__str__() <==> str(x)