• Jeremy Hylton's avatar
    PEP 227 implementation · 7f2a7c65
    Jeremy Hylton authored
    A cell contains a reference to a single PyObject.  It could be
    implemented as a mutable, one-element sequence, but the separate type
    has less overhead.
    7f2a7c65
cellobject.h 636 Bytes