Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
recipe-580721.py
File · 0.45
recipe-533135.py
File · 0.45
__init__
Method · 0.45
SocketPair
Function · 0.45
safmtb
Function · 0.45
tk_call_async
Function · 0.45
_request_result_using_multiprocessing
Function · 0.45
_request_result_using_threads
Function · 0.45
main
Function · 0.45
on_getQuote_mouseClick
Method · 0.45
recipe-534142.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected