Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_key
Method · 0.95
end_integer
Method · 0.95
end_real
Method · 0.95
end_string
Method · 0.95
end_data
Method · 0.95
end_date
Method · 0.95
get_data
Function · 0.45
_load_testfile
Function · 0.45
compile
Function · 0.45
Calls
1
join
Method · 0.45
Tested by
1
_load_testfile
Function · 0.36