MCPcopy Index your code
hub / github.com/python/cpython / get

Method get

Lib/re/_parser.py:261–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

259 return True
260 return False
261 def get(self):
262 this = self.next
263 self.__next()
264 return this
265 def getwhile(self, n, charset):
266 result = ''
267 for _ in range(n):

Callers 5

_compileFunction · 0.45
opengroupMethod · 0.45
_class_escapeFunction · 0.45
_escapeFunction · 0.45
_parseFunction · 0.45

Calls 1

__nextMethod · 0.95

Tested by

no test coverage detected