MCPcopy Index your code
hub / github.com/python/cpython / append

Method append

Lib/re/_parser.py:176–177  ·  view source on GitHub ↗
(self, code)

Source from the content-addressed store, hash-verified

174 def insert(self, index, code):
175 self.data.insert(index, code)
176 def append(self, code):
177 self.data.append(code)
178 def getwidth(self):
179 # determine the width (min, max) for this subpattern
180 if self.width is not None:

Callers 7

_parse_subFunction · 0.95
__init__Method · 0.95
_optimize_charsetFunction · 0.45
_codeFunction · 0.45
opengroupMethod · 0.45
addliteralFunction · 0.45
addgroupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected