Uranium
Application Framework
UM.Signal.WeakImmutableList Class Reference

Inherits Generic, T, and Iterable.

Public Member Functions

def __init__ (self)
 
def append
 
def remove
 
def __iter__ (self)
 

Detailed Description

Minimal implementation of a weak reference list with immutable tendencies.

Strictly speaking this isn't immutable because the garbage collector can modify
it, but no application code can. Also, this class doesn't implement the Python
list API, only the handful of methods we actually need in the code above.

The documentation for this class was generated from the following file: