MCPcopy Index your code
hub / github.com/clips/pattern / __contains__

Method __contains__

pattern/web/pdf/utils.py:224–225  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

222 return len(self._objs)
223
224 def __contains__(self, obj):
225 return obj in self._objs
226
227 def _getrange(self, (x0,y0,x1,y1)):
228 for y in drange(y0, y1, self.gridsize):

Callers 1

plaintextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected