MCPcopy Create free account
hub / github.com/Boris-code/feapder / copy

Method copy

feapder/network/request.py:542–543  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

540 return cls(**request_dict)
541
542 def copy(self):
543 return self.__class__.from_dict(copy.deepcopy(self.to_dict))

Callers 7

_make_hashfuncsFunction · 0.45
make_pointMethod · 0.45
get_counter_pointMethod · 0.45
get_store_pointMethod · 0.45
get_timer_pointMethod · 0.45
create_driverMethod · 0.45
createMethod · 0.45

Calls 1

from_dictMethod · 0.45

Tested by

no test coverage detected