MCPcopy Index your code
hub / github.com/rawpython/remi / timer_request_cookies

Method timer_request_cookies

examples/session_app.py:137–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 self.timeout_timer = None #checks the internal timeout
136
137 def timer_request_cookies(self):
138 self.cookieInterface.request_cookies()
139 self.cookie_timer = threading.Timer(self.session_timeout_seconds/10.0, self.timer_request_cookies)
140 self.cookie_timer.daemon = True
141 self.cookie_timer.start()
142
143 @gui.decorate_event
144 def on_session_expired(self):

Callers 1

__init__Method · 0.95

Calls 2

request_cookiesMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected