Files
Mike Auty 82b3477613 Objects: Prevent recursion on uninitialized objects
Adds in guards to prevent attribute access if the object hasn't been
initalized correctly (for example from pickling or deepcopy).

Fixes #358.
2020-10-18 00:22:09 +01:00
..