[Biopython (old issues only) - Bug #2879] missing __delitem__ in Bio.PDB.Entity.Entity
[email protected] Wed, 09 Nov 2016 14:33:59 +0000
| Newsgroups | gmane.comp.python.bio.devel |
|---|---|
| Message-ID | <redmine.journal-15347.20161109143359.a92db3b0f0baeb25@redmine.open-bio.org> |
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
_______________________________________________
Biopython-dev mailing list
[email protected]
http://mailman.open-bio.org/mailman/listinfo/biopython-dev