Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_compile
Function · 0.45
opengroup
Method · 0.45
_class_escape
Function · 0.45
_escape
Function · 0.45
_parse
Function · 0.45
Calls
1
__next
Method · 0.95
Tested by
no test coverage detected