标签: python function
我有一个变量明确的" def"它是一个函数:
o = [<function result at 0x7f222138c7d0>] type(o) = <type 'function'>
如何在我的代码中整数if?
if
if type(o) == 'function': # pseudocode print 'Found!'
由于