On Thursday 08 June 2017 16:18:42 Bernd Wechner wrote: > This works charmingly. Though I admit I don't fully understand it. The > type "property" passed to isinstance seems to be a built in type as I > don't import it anywhere and I can't find a definition (I use PyDev > and it brilliantly lets me select almost anything and press F3 and > takes me to its definition, but not for this 'property' keyword). And > yet it's not documented here: > > https://docs.python.org/3.1/library/stdtypes.html
Nope, because it's a built-in function[1]. -- Melvyn Sopacua -------- [1] https://docs.python.org/3/library/functions.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4602190.fOoObd2v9N%40devstation. For more options, visit https://groups.google.com/d/optout.

