MCPcopy 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_quotedFunction · 0.45
parse_function_bodyFunction · 0.45
_parse_next_local_staticFunction · 0.45
_parse_struct_nextFunction · 0.45
parse_enum_bodyFunction · 0.45
_parse_nextFunction · 0.45
match_parenFunction · 0.45
_strip_directivesFunction · 0.45
parse_parameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected