MCPcopy Create free account
hub / github.com/HyperInspire/InspireFace / count

Method count

python/inspireface/modules/core/native.py:222–223  ·  view source on GitHub ↗
(self, sub, start=0, end=sys.maxsize)

Source from the content-addressed store, hash-verified

220 return self.__class__(self.data.center(width, *args))
221
222 def count(self, sub, start=0, end=sys.maxsize):
223 return self.data.count(sub, start, end)
224
225 def decode(self, encoding=None, errors=None): # XXX improve this?
226 if encoding:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected