Module Callables
Import path
import semmle.python.objects.CallablesImports
Classes
| BoundMethodObjectInternal | A bound-method. Note that built-in methods, such as |
| BuiltinFunctionObjectInternal | A built-in function such as |
| BuiltinMethodObjectInternal | A method of a built-in class (otherwise known as method-descriptors) such as |
| CallableObjectInternal | |
| PythonFunctionObjectInternal | A Python function. |