On Thu, Dec 5, 2013 at 3:06 PM, Brett Cannon <br...@python.org> wrote:

> How will abstractmethod know its function has no body?
>>
>
> Technically you could inspect the code object of the method. to figure out
> if the body is empty.
>

One way if to check f.__code__.co_lnotab - it will be empty when f has no
body.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to