Closed kanghyojun closed 8 years ago
it is possible object is callable since callable() return True but it dosen't have __code__ attribute. so check_callable consider these objects are callable
callable()
True
__code__
check_callable
:100:
it is possible object is callable since
callable()
returnTrue
but it dosen't have__code__
attribute. socheck_callable
consider these objects are callable