MCPcopy Index your code
hub / github.com/ipython/ipython / _gifxy

Function _gifxy

IPython/core/display.py:828–830  ·  view source on GitHub ↗

read the (width, height) from a GIF header

(data)

Source from the content-addressed store, hash-verified

826
827
828def _gifxy(data):
829 """read the (width, height) from a GIF header"""
830 return struct.unpack('<HH', data[6:10])
831
832
833def _webpxy(data):

Callers 1

_retina_shapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…