|
|
__init__(self,
cache_dir,
file_ext,
pre_store_filter=None,
link_single_color_images=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
level_location(self,
level)
Return the path where all tiles for level will be stored. |
source code
|
|
|
|
|
|
|
| _single_color_tile_location(self,
color,
create_dir=False) |
source code
|
|
|
|
timestamp_created(self,
tile)
Return the timestamp of the last modification of the tile. |
source code
|
|
|
|
|
|
|
is_cached(self,
tile)
Returns True if the tile data is present. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|