Open jayvdb opened 4 years ago
There are many times when str() doesnt need to prefix attributes with foo= as the foo= is implied/understood by humans due to some other factor, such as the formatting of the attribute value, or the primacy of the attribute for that model.
str()
foo=
There are many times when
str()
doesnt need to prefix attributes withfoo=
as thefoo=
is implied/understood by humans due to some other factor, such as the formatting of the attribute value, or the primacy of the attribute for that model.