MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_data

Method get_data

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

Source from the content-addressed store, hash-verified

231 self.stack[-1].append(value)
232
233 def get_data(self):
234 data = ''.join(self.data)
235 self.data = []
236 return data
237
238 # element handlers
239

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