Package org.python.modules._collections
Class Collections
- java.lang.Object
-
- org.python.modules._collections.Collections
-
- All Implemented Interfaces:
ClassDictInit
public class Collections extends java.lang.Object implements ClassDictInit
Collections - This module adds the ability to use high performance data structures. - deque: ordered collection accessible from endpoints only - defaultdict: dict subclass with a default value factory
-
-
Constructor Summary
Constructors Constructor Description Collections()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
classDictInit(PyObject dict)
-
-
-
Method Detail
-
classDictInit
public static void classDictInit(PyObject dict)
-
-