Hi folks!
I would like to know where I find the declarations of the built-in functions.
This functions:
Code:
builtins = _,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext,connect_lambda
using caliber-debug I could verify that:
Code:
>>> lopen == open
True
but I couldn't find where it was defined