MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / wrapper

Function wrapper

lib/matplotlib/dviread.py:205–208  ·  view source on GitHub ↗
(self, byte)

Source from the content-addressed store, hash-verified

203
204 @wraps(method)
205 def wrapper(self, byte):
206 if state is not None and self.state != state:
207 raise ValueError("state precondition failed")
208 return method(self, *[f(self, byte-min) for f in get_args])
209 if max is None:
210 table[min] = wrapper
211 else:

Callers

nothing calls this directly

Calls 2

methodFunction · 0.85
fFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…