Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_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