scene.endFrame() returns wired stuff (solved)

The py api docu says it sould return an integer, bur for me it returns

“<built-in method endFrame of Scene object at 0x00E953D0>”

Any suggestions?

Edit1
Well, I forgot the () in the end of the function - now it says scene.endFrame() is deprecated and I sould use RenderData.endFrame() which I can’t find in the py api docu

Edit2
Ok - I’m a fool. I really sould stick with an up-to-date py api docu %|
Problem solved!

Regards, Christoph