MCPcopy Create free account
hub / github.com/apache/devlake / copy

Method copy

backend/python/pydevlake/pydevlake/api.py:47–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 self.headers = headers or {}
46
47 def copy(self):
48 return Request(self.url, self.query_args, self.headers)
49
50 def __str__(self):
51 if self.query_args:

Callers 1

next_page_requestMethod · 0.80

Calls 1

RequestClass · 0.85

Tested by

no test coverage detected