View Single Post
Old 11-07-2022, 01:21 AM   #1
xTudo
Junior Member
xTudo began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2022
Device: none
Calibre setup.cfg builtins

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
Code:
lopen = open

Last edited by xTudo; 11-07-2022 at 01:24 AM.
xTudo is offline   Reply With Quote