Refactor code to remove alerts as per lgtm and #1176.
This commit is contained in:
parent
dcde526f6d
commit
74eebfed6d
54 changed files with 226 additions and 264 deletions
|
|
@ -616,18 +616,6 @@ class TypedObject(SharedMemoryModel):
|
|||
self.delete = self._deleted
|
||||
super(TypedObject, self).delete()
|
||||
|
||||
#
|
||||
# Memory management
|
||||
#
|
||||
|
||||
#def flush_from_cache(self):
|
||||
# """
|
||||
# Flush this object instance from cache, forcing an object reload.
|
||||
# Note that this will kill all temporary attributes on this object
|
||||
# since it will be recreated as a new Typeclass instance.
|
||||
# """
|
||||
# self.__class__.flush_cached_instance(self)
|
||||
|
||||
#
|
||||
# Attribute storage
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue