MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / is_authenticated

Method is_authenticated

pydevd.py:537–540  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

535 self._wrong_attempts = 0
536
537 def is_authenticated(self):
538 if self._authenticated is None:
539 return self.access_token is None
540 return self._authenticated
541
542 def login(self, access_token):
543 if self._wrong_attempts >= 10: # A user can fail to authenticate at most 10 times.

Callers 3

process_net_commandMethod · 0.80
cmd_authenticateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected