MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / set

Method set

Scripts/Network Tools/Store Scrapper.py:849–853  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

847 self.started_at = time.time()
848
849 def set(self, **kwargs: Any) -> None:
850 with self.lock:
851 for k, v in kwargs.items():
852 if hasattr(self, k):
853 setattr(self, k, v)
854
855 def inc(self, key: str, amount: int = 1) -> None:
856 with self.lock:

Callers 15

startMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected