demo_ref_callable.py:
def x(): a = 5 print(callable(x))
C:\Users\My Name>python demo_callable.py
True