Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pillow/Pillow
/ tell
Method
tell
src/PIL/PsdImagePlugin.py:187–189 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
185
self.fp = self._fp
186
187
def
tell(self) -> int:
188
# return layer number (0=image, 1..max=layers)
189
return
self.frame
190
191
192
def
_layerinfo(
Callers
3
_open
Method · 0.45
_layerinfo
Function · 0.45
_maketile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected