码迷,mamicode.com
首页 > 其他好文 > 详细

collections 中 typing 中对象的引用

时间:2018-10-04 16:37:23      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:rom   sha   gen   eset   ring   col   bsp   bytes   port   

from typing import (
    Callable as Callable,
    Container as Container,
    Hashable as Hashable,
    Iterable as Iterable,
    Iterator as Iterator,
    Sized as Sized,
    Generator as Generator,
    ByteString as ByteString,
    Reversible as Reversible,
    Mapping as Mapping,
    MappingView as MappingView,
    ItemsView as ItemsView,
    KeysView as KeysView,
    ValuesView as ValuesView,
    MutableMapping as MutableMapping,
    Sequence as Sequence,
    MutableSequence as MutableSequence,
    MutableSet as MutableSet,
    AbstractSet as Set,
)

 

collections 中 typing 中对象的引用

标签:rom   sha   gen   eset   ring   col   bsp   bytes   port   

原文地址:https://www.cnblogs.com/xiao-xue-di/p/9742435.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!