MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / match

Method match

tools/python-3.11.9-amd64/Lib/re/_parser.py:256–260  ·  view source on GitHub ↗
(self, char)

Source from the content-addressed store, hash-verified

254 self.index = index + 1
255 self.next = char
256 def match(self, char):
257 if char == self.next:
258 self.__next()
259 return True
260 return False
261 def get(self):
262 this = self.next
263 self.__next()

Callers 15

parse_templateFunction · 0.95
_parsegenMethod · 0.45
decode_paramsFunction · 0.45
_really_loadMethod · 0.45
__parse_stringMethod · 0.45
make_idFunction · 0.45
_find_test_pathMethod · 0.45
goaheadMethod · 0.45
parse_starttagMethod · 0.45
parse_endtagMethod · 0.45
_class_escapeFunction · 0.45

Calls 1

__nextMethod · 0.95

Tested by 1

test_idprogMethod · 0.36