MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / progress

Method progress

src/Db/Db.py:101–104  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

99 )
100
101 def progress(self, *args, **kwargs):
102 self.progress_sleeping = True
103 time.sleep(0.001)
104 self.progress_sleeping = False
105
106 # Execute query using dbcursor
107 def execute(self, query, params=None):

Callers 6

all.jsFile · 0.80
ptFunction · 0.80
00-jquery.min.jsFile · 0.80
ptFunction · 0.80
all.jsFile · 0.80
XbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected