Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ end
Method
end
Tools/c-analyzer/c_parser/parser/_info.py:73–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
72
@property
73
def
end(self):
74
if
self._current is None:
75
return
self._start
76
return
self._current.end
77
78
@property
79
def
text(self):
Callers
9
split_quoted
Function · 0.45
parse_function_body
Function · 0.45
_parse_next_local_static
Function · 0.45
_parse_struct_next
Function · 0.45
parse_enum_body
Function · 0.45
_parse_next
Function · 0.45
match_paren
Function · 0.45
_strip_directives
Function · 0.45
parse_parameter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected