Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_template
Function · 0.95
_parsegen
Method · 0.45
decode_params
Function · 0.45
_really_load
Method · 0.45
__parse_string
Method · 0.45
make_id
Function · 0.45
_find_test_path
Method · 0.45
goahead
Method · 0.45
parse_starttag
Method · 0.45
check_for_whole_start_tag
Method · 0.45
parse_endtag
Method · 0.45
_class_escape
Function · 0.45
Calls
1
__next
Method · 0.95
Tested by
1
test_idprog
Method · 0.36