e.g. imagine a case where you'd want to call datetime.strptime, partially initializing it at the moment of conversion definition. at the moment it is:
c.call_func( datetime.strptime, c.item("updated"), "%Y-%m-%d" )
edit: no, you can't in Python 3..
I'll try to have a closer look later today.
e.g. imagine a case where you'd want to call datetime.strptime, partially initializing it at the moment of conversion definition. at the moment it is:
but it's unclear to me how would the "magic" approach deal with the case above.