callable(): May Object Be Called Function
1 Description
The Python callable
function will return
True
if the object passed to it
may be called, and will return False
otherwise.
This document was last updated: