MCPcopy Create free account
hub / github.com/ehForwarderBot/ehForwarderBot / copy

Method copy

ehforwarderbot/chat.py:149–151  ·  view source on GitHub ↗

Return a shallow copy of the object.

(self: _BaseChatSelf)

Source from the content-addressed store, hash-verified

147 return self.name
148
149 def copy(self: _BaseChatSelf) -> _BaseChatSelf:
150 """Return a shallow copy of the object."""
151 return copy.copy(self)
152
153 @abstractmethod
154 def verify(self):

Callers 11

test_copyFunction · 0.80
chatFunction · 0.80
patch_chatFunction · 0.80
patch_chat_memberFunction · 0.80
get_chatsMethod · 0.80
load_configFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
__getstate__Method · 0.80
__getstate__Method · 0.80

Calls

no outgoing calls

Tested by 5

test_copyFunction · 0.64
chatFunction · 0.64
patch_chatFunction · 0.64
patch_chat_memberFunction · 0.64