What is a “callable”? Technology Community › Category: Python › What is a “callable”? 0 Vote Up Vote Down VietMX Staff asked 4 years ago A callable is an object we can call – function or an object implementing the __call__ special method. Any object can be made callable.