dom.log #14
Replies: 2 comments
-
|
I'm not very familiar with JSON, and I've never used it with Python, so can you show me an example of how |
Beta Was this translation helpful? Give feedback.
-
|
If the argument If this were to become the implementation, it would have to be [easily] documented, On the other hand the documentation could just (should?) point out that the argument to the I do not know the implications for the other languages that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
dom.log(x) takes a single string argument.
if JSON were applied to that single argument, dom.log could be used in all cases where
the argument does not provide a
__str__method (when using"%s"%argument).I think that this is more useful than having dom.log() taking any number of arguments.
Beta Was this translation helpful? Give feedback.
All reactions