Esempio n. 1
0
        public PythonTuple __reduce__()
        {
            var type = GetType() != typeof(SetCollection) ? DynamicHelpers.GetPythonType(this) : TypeCache.Set;

            return(SetStorage.Reduce(_items, type));
        }