MCPcopy 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
192def _layerinfo(

Callers 3

_openMethod · 0.45
_layerinfoFunction · 0.45
_maketileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected