In my init.sage folder, I have a class called Triangle_Numbers, which implements some basic functionality.
Unfortunately, it seems that anything in my sage.init folder is not accessible to ??, the get source command. Objects and functions defined by either sage or the user in the same session do work.
Anything I can do to work around this? Could someone point me to where the code for ?? is?