MCPcopy
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

copyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected