检查对象类型

# -*- coding: utf-8 -*-

def abc(str):
    print(str)

print type(abc)