基准对象object中的基础类型----数字 (四)

object有如下子类:

CLASSES
    object
        basestring
            str
            unicode
        buffer
        bytearray
        classmethod
        complex
        dict
        enumerate
        file
        float
        frozenset
        int
            bool
        list
        long
        memoryview
        property
        reversed
        set
        slice
        staticmethod
        super
        tuple
        type
        xrange

猜你喜欢

转载自www.cnblogs.com/windyrainy/p/10654492.html