Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check if a function is callable in puyjom

def x():  
 a = 5  
  
print(callable(x))  
 
PREVIOUS NEXT
Tagged: #check #function #callable #puyjom
ADD COMMENT
Topic
Name
3+5 =