Re: [Python-Dev] function call syntax oddity
Jan. 4, 2008
10:35 p.m.
[Paul Moore]
1 .__str__() This one is a number "1" followed by the operator "." followed by "__str__".
FWIW, I would avoid the odd spacing and write this as: (1).__str__() Raymond
6707
Age (days ago)
6707
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Hettinger