About 84,400 results
Open links in new tab
  1. CALLABLE Definition & Meaning - Merriam-Webster

    Aug 6, 2026 · The meaning of CALLABLE is capable of being called; specifically : subject to a demand for presentation for payment. …

  2. callable () in Python - GeeksforGeeks

    Nov 29, 2023 · When Object is Callable In this example, we are using callable () function to check if an object is callable in Python. In …

  3. Understanding Callable Bonds: Types, Examples, Pros & Cons

    Aug 7, 2026 · Discover how callable bonds work, their types, benefits, and drawbacks. Learn why issuers call these bonds and how …

  4. Callable

    Callable Ltd Works on every platform Available for Windows, macOS, and Linux. Callable is a native desktop application that …

  5. Callable bond - Wikipedia

    A callable bond (also called redeemable bond) is a type of bond (debt security) that allows the issuer of the bond to retain the …

  6. python - What is a "callable"? - Stack Overflow

    Apr 7, 2017 · A callable is an object allows you to use round parenthesis ( ) and eventually pass some parameters, just like functions. …

  7. CALLABLE | English meaning - Cambridge Dictionary

    CALLABLE definition: 1. If a bond (= a document showing that money has been borrowed that will be paid back at a…. Learn more.

  8. Callable (Java Platform SE 8 ) - Oracle

    Interface Callable<V> Type Parameters: V - the result type of method call All Known Subinterfaces: …

  9. Callable object - Wikipedia

    Callable object A callable object, in computer programming, is any object that can be called like a function.

  10. Callables — typing documentation

    A callable type B is assignable to a callable type A if the return type of B is assignable to the return type of A and the input signature …