Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __getstate__
Method
__getstate__
django/db/models/expressions.py:197–200 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
195
self.output_field = output_field
196
197
def
__getstate__(self):
198
state = self.__dict__.copy()
199
state.pop(
"convert_value"
, None)
200
return
state
201
202
def
get_db_converters(self, connection):
203
return
(
Callers
nothing calls this directly
Calls
2
copy
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected