-
Notifications
You must be signed in to change notification settings - Fork 0
/
collections.js
38 lines (38 loc) · 1.52 KB
/
collections.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
export const ChainMap = function() {};
export const Counter = function() {};
export const OrderedDict = function() {};
export const UserDict = function() {};
export const UserList = function() {};
export const UserString = function() {};
export const _Link = function() {};
export const _OrderedDictItemsView = function() {};
export const _OrderedDictKeysView = function() {};
export const _OrderedDictValuesView = function() {};
export const __all__ = function() {};
export const __builtins__ = function() {};
export const __cached__ = function() {};
export const __doc__ = function() {};
export const __file__ = function() {};
export const __getattr__ = function() {};
export const __loader__ = function() {};
export const __name__ = function() {};
export const __package__ = function() {};
export const __path__ = function() {};
export const __spec__ = function() {};
export const _chain = function() {};
export const _collections_abc = function() {};
export const _count_elements = function() {};
export const _eq = function() {};
export const _heapq = function() {};
export const _iskeyword = function() {};
export const _itemgetter = function() {};
export const _proxy = function() {};
export const _recursive_repr = function() {};
export const _repeat = function() {};
export const _starmap = function() {};
export const _sys = function() {};
export const _tuplegetter = function() {};
export const abc = function() {};
export const defaultdict = function() {};
export const deque = function() {};
export const namedtuple = (name, attrlist) => {};