What is he talking about?
Not part of the language as far as I can see, more a way how you do this in python
int(n) --> n.__int__()
format(x, spec) --> x.__format__(spec)
What is he talking about?