tiledimage 0.3__tar.gz → 0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tiledimage
3
- Version: 0.3
3
+ Version: 0.4
4
4
  Summary: tools for tiled image that can be cached on a filesystem.
5
5
  License: MIT
6
6
  Author: vitroid
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tiledimage"
3
- version = "0.3"
3
+ version = "0.4"
4
4
  description = "tools for tiled image that can be cached on a filesystem."
5
5
  authors = ["vitroid <vitroid@gmail.com>"]
6
6
  license = "MIT"
@@ -94,8 +94,5 @@ class CachedImage(TiledImage):
94
94
  )
95
95
  self.tiles.adjust_cache_size()
96
96
 
97
- def _set_hook(self, hook):
98
- """
99
- 内部実装用:タイル書き換え時のフック関数を設定
100
- """
97
+ def set_hook(self, hook):
101
98
  self.tiles.set_hook(hook)
File without changes
File without changes
File without changes