MCPcopy
hub / github.com/opentrace/opentrace / status

Method status

tests/fixtures/python/project/service.py:85–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83
84
85 def status(self):
86 # local from self.field (attribute with self receiver)
87 retries = self.max_retries
88 # local from compound: identifier + literal
89 remaining = retries - 1
90 # local from chained call
91 name = str(self.service_name)
92 return remaining
93
94
95def validate_email(address: str, strict: bool = True) -> bool:

Callers 2

server.tsFile · 0.80
smoke.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected