| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
_Tile
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| ImageSource |
source the data of this tile |
||
|
|||
|
Inherited from |
|||
|
|||
|
Returns True when the tile has no data, except when the coord is None. It doesn't check if the tile exists. >>> _Tile((1, 2, 3)).is_missing() True >>> _Tile((1, 2, 3), './tmp/foo').is_missing() False >>> _Tile(None).is_missing() False |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 2 10:24:51 2010 | http://epydoc.sourceforge.net |