[Python-ideas] Pseudo methods

Nick Coghlan ncoghlan at gmail.com
Wed Aug 9 23:24:45 EDT 2017


On 9 August 2017 at 18:19, Stephen J. Turnbull
<turnbull.stephen.fw at u.tsukuba.ac.jp> wrote:
> Nick Coghlan writes:
>
>  > To analyse and investigate this code, we need to "just know" that:
>
> You can of course hope that help(input().has_vowels) will tell you
> where to find it.  If it doesn't, well, shame on you for depending on
> source-unavailable software that you don't understand. ;-)

We can't run "help" when we're reviewing a diff or otherwise reading
code in a situation where interactive help isn't available :)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-ideas mailing list