> what do you mean with a true __getter__? instead of a 'false' one I
> mean?

> what do you mean with a true __getter__? instead of a 'false' one I
> mean?

An  actual  ECMAScript getter which is called every time a property is
accessed.  So  you  can  detect  unacceptably tight loops checking the
flag.  Obvs.  a  fake getter (get() method) serves a similar purpose,
but a getter is more elegant IMO.

-- S.

Reply via email to