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

Method get_data

Lib/plistlib.py:227–230  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

225 self.stack[-1].append(value)
226
227 def get_data(self):
228 data = ''.join(self.data)
229 self.data = []
230 return data
231
232 # element handlers
233

Callers 9

end_keyMethod · 0.95
end_integerMethod · 0.95
end_realMethod · 0.95
end_stringMethod · 0.95
end_dataMethod · 0.95
end_dateMethod · 0.95
get_dataFunction · 0.45
_load_testfileFunction · 0.45
compileFunction · 0.45

Calls 1

joinMethod · 0.45

Tested by 1

_load_testfileFunction · 0.36