Mercurial > p > roundup > code
comparison doc/design.txt @ 1997:8a01cd280aae maint-0.6
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 02 Feb 2004 21:54:24 +0000 |
| parents | 84c61e912079 |
| children |
comparison
equal
deleted
inserted
replaced
| 1992:78267a673131 | 1997:8a01cd280aae |
|---|---|
| 504 keys in 'properties' may collide with the names of existing | 504 keys in 'properties' may collide with the names of existing |
| 505 properties, or a ValueError is raised before any properties | 505 properties, or a ValueError is raised before any properties |
| 506 have been added. | 506 have been added. |
| 507 """ | 507 """ |
| 508 | 508 |
| 509 def getitem(self, itemid, cache=1): | 509 def getnode(self, itemid, cache=1): |
| 510 """ Return a Item convenience wrapper for the item. | 510 """ Return a Item convenience wrapper for the item. |
| 511 | 511 |
| 512 'itemid' must be the id of an existing item of this class or | 512 'itemid' must be the id of an existing item of this class or |
| 513 an IndexError is raised. | 513 an IndexError is raised. |
| 514 | 514 |
