Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ copy
Method
copy
django/db/models/expressions.py:942–943 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
940
return
hash(self.name)
941
942
def
copy(self):
943
return
copy.copy(self)
944
945
946
class
ResolvedOuterRef(F):
Callers
15
from_model
Method · 0.45
create_renamed_fields
Method · 0.45
reduce
Method · 0.45
_combine
Method · 0.45
__invert__
Method · 0.45
contribute_to_class
Method · 0.45
managers
Method · 0.45
__getstate__
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
relabeled_clone
Method · 0.45
get_group_by_cols
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected