[Biopython-dev] [Biopython (old issues only) - Bug #2879] missing __delitem__ in Bio.PDB.Entity.Entity

redmine at redmine.open-bio.org redmine at redmine.open-bio.org
Wed Nov 9 14:33:59 UTC 2016


Issue #2879 has been updated by Vincent Davis.

Description updated
Assignee changed from Biopython Dev Mailing List to Vincent Davis

----------------------------------------
Bug #2879: missing __delitem__ in Bio.PDB.Entity.Entity
https://redmine.open-bio.org/issues/2879#change-15347

* Author: empty empty
* Status: New
* Priority: Normal
* Assignee: Vincent Davis
* Category: Main Distribution
* Target version: 1.51b
* URL: 
----------------------------------------
I realised that using the __delitem__ method in class Chain causes the following error message:
...
  File "/Library/Python/2.5/site-packages/Bio/PDB/Chain.py", line 79, in __delitem__
    return Entity.__delitem__(self, id)
AttributeError: class Entity has no attribute '__delitem__'
And indeed, the class Entity doesn't have the method __delitem__ even though it is used in Chain.



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here and login: http://redmine.open-bio.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/biopython-dev/attachments/20161109/da66f2b3/attachment.html>


More information about the Biopython-dev mailing list