MCPcopy Create free account
hub / github.com/ActiveState/code / start

Method start

recipes/Python/521885_pythonic/recipe-521885.py:15–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14 @property
15 def start(self):
16 if self._slice.start is not None:
17 return self._slice.start
18 return 0
19 @property
20 def stop(self):
21 return self._slice.stop

Callers 15

recipe-511444.pyFile · 0.45
recipe-580721.pyFile · 0.45
recipe-533135.pyFile · 0.45
__init__Method · 0.45
SocketPairFunction · 0.45
safmtbFunction · 0.45
tk_call_asyncFunction · 0.45
mainFunction · 0.45
recipe-534142.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected