Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ toDict
Function
toDict
module/web/utils.py:137–141 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
135
136
137
def
toDict(obj):
138
ret = {}
139
for
att in obj.__slots__:
140
ret[att] = getattr(obj, att)
141
return
ret
142
143
144
class
CherryPyWSGI(ServerAdapter):
Callers
6
default
Method · 0.90
home
Function · 0.90
admin
Function · 0.90
status
Function · 0.90
links
Function · 0.90
package
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected