Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.graph.DetailNode --+ | AnyType
|
|||
|
|||
|
|||
bool |
|
||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
Returns True if objects are interchangeable, that is, "close" enough to each other so they can be considered equal for practical purposes. This is useful for instance when comparing data and trying to remove duplicates. This default implementation simply checks for object identity. >>> x = AnyType() >>> y = AnyType() >>> x.is_interchangeable(y) False >>> x.is_interchangeable(x) True
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 10 19:03:56 2011 | http://epydoc.sourceforge.net |