Re: [BangPypers] BangPypers Digest, Vol 86, Issue 16

2014-10-27 Thread Okan bhan
Hi Noufal, Thanks for responding and helping me explaining these. I see lots of my doubts are clear, except last (c). My explanations are inline. A simple implementation of this is: class SimpleMapping: def __init__(self, items): self._items = items def __getitems__(self,

Re: [BangPypers] BangPypers Digest, Vol 86, Issue 16

2014-10-27 Thread Noufal Ibrahim KV
On Mon, Oct 27 2014, Okan bhan wrote: Hi Noufal, Thanks for responding and helping me explaining these. I see lots of my doubts are clear, except last (c). My explanations are inline. A simple implementation of this is: class SimpleMapping: def __init__(self, items):