Deeply applying str() across a data structure


Version: 1.2
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.7
License:

Description - Deeply applying str() across a data structure



The str() in the standard library behaves in a slightly weird way when applied against lists: on each element of the list, the repr() is appended. In contrast, this module provides a deep_str() that deeply applies str() across lists.



More in Python-Deeply applying str() across a data structure

Structure Applying Data Structure Contrast This Module