I thought about that. I won't use decorators for all the things. I
will use it only to free the simulator users to set which methods they
wanna log or save in a statistic, eq.: number of packets sent,
received, lost...
2010/10/24, Tim Roberts :
> Felipe Bastos Nunes wrote:
>>
>>Hi! I was looking
Felipe Bastos Nunes wrote:
>
>Hi! I was looking for a good decorator library to study and make my
>own decorators. I've read the Bruce Eckel's blog at artima dot com.
>But I need some more examples. I'm building a WSN simulator like SHOX
>is in java, but programming it in python. I'd like to use d
On Oct 22, 10:42 pm, Felipe Bastos Nunes
wrote:
> Hi! I was looking for a good decorator library to study and make my
> own decorators. I've read the Bruce Eckel's blog at artima dot com.
> But I need some more examples. I'm building a WSN simulator like SHOX
> is in java, but programming it in py