MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __getstate__

Method __getstate__

lib/sqlalchemy/sql/elements.py:518–522  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

516 )
517
518 def __getstate__(self):
519 d = self.__dict__.copy()
520 d.pop("_is_clone_of", None)
521 d.pop("_generate_cache_key", None)
522 return d
523
524 def _execute_on_connection(
525 self,

Callers

nothing calls this directly

Calls 2

copyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected