Re: [web2py] Re: private functions

2019-01-04 Thread Eliezer (Vlad) Tseytkin
It's very clear, Thank you! On Fri, Jan 4, 2019, 4:07 PM Dave S > > On Thursday, January 3, 2019 at 8:51:30 PM UTC-8, Anthony wrote: >> >> On Thursday, January 3, 2019 at 11:32:27 PM UTC-5, Vlad wrote: >> > Here is a quote from THE BOOK: "Functions that take arguments or start >> with a double un

[web2py] Re: private functions

2019-01-04 Thread Dave S
On Thursday, January 3, 2019 at 8:51:30 PM UTC-8, Anthony wrote: > > On Thursday, January 3, 2019 at 11:32:27 PM UTC-5, Vlad wrote: > > Here is a quote from THE BOOK: "Functions that take arguments or start > with a double underscore are not publicly exposed and can only be called by > other f

[web2py] Re: private functions

2019-01-03 Thread Anthony
On Thursday, January 3, 2019 at 11:32:27 PM UTC-5, Vlad wrote: > Here is a quote from THE BOOK: "Functions that take arguments or start with a > double underscore are not publicly exposed and can only be called by other > functions." > > > What about functions that take an argument which has a