commit | 030d2ec16c547d97abb3367e658faf92147c8d00 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Dec 09 22:16:46 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Dec 09 22:16:46 1998 +0000 |
tree | fc15b8f8c5045b5ac8580d147ec7dcf4ed108926 | |
parent | f8b3b944aa748be7689109c353e990e8a25c684f [diff] |
In read_multi, allow a subclass to override the class we instantiate when we create a recursive instance, by setting the class variable 'FieldStorageClass' to the desired class. By default, this is set to None, in which case we use self.__class__ (as before).