MCPcopy Index your code
hub / github.com/feast-dev/feast / __copy__

Method __copy__

sdk/python/feast/base_feature_view.py:127–129  ·  view source on GitHub ↗

Returns a deep copy of this base feature view.

(self)

Source from the content-addressed store, hash-verified

125
126 @abstractmethod
127 def __copy__(self):
128 """Returns a deep copy of this base feature view."""
129 pass
130
131 def __repr__(self):
132 items = (f"{k} = {v}" for k, v in self.__dict__.items())

Callers 3

__getitem__Method · 0.95
with_nameMethod · 0.95
with_projectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected