Re: checking protocols.

2019-01-24 Thread DL Neil
Avi Haven't noticed an answer to this. Did I miss anything? I never saw the original message appear and thus expected no replies. I see a later post by Chris indicating he did not see it either. I assumed perhaps a moderator needed to approve it. =a silly question on my part. A quick check

RE: checking protocols.

2019-01-23 Thread Avi Gross
See reply BELOW in sections marked by ==: -Original Message- From: DL Neil Sent: Wednesday, January 23, 2019 7:39 PM To: Avi Gross ; python-list@python.org Subject: Re: checking protocols. Avi Haven't noticed an answer to this. Did I miss anything? ==REPLY ON no

Re: checking protocols.

2019-01-23 Thread Chris Angelico
On Thu, Jan 24, 2019 at 11:40 AM DL Neil wrote: > > Avi > > Haven't noticed an answer to this. Did I miss anything? > No idea where you originally sent it, but I didn't see it until just now. ChrisA -- https://mail.python.org/mailman/listinfo/python-list

Re: checking protocols.

2019-01-23 Thread DL Neil
Avi Haven't noticed an answer to this. Did I miss anything? On 20/01/19 11:07 AM, Avi Gross wrote: Short question. Checking if a protocol is set up? =do you mean that to check/require that a class exhibits a particular protocol we should use abstract classes - will not instantiate unless a