Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ empty
Method
empty
recipes/Python/576816_Interval/recipe-576816.py:90–92 ·
view source on GitHub ↗
@return: True iff self is empty.
(self)
Source
from the content-addressed store, hash-verified
88
89
90
def
empty(self):
91
"@return: True iff self is empty."
92
return
self.start == self.end
93
94
95
def
singleton(self):
Callers
15
generic_search
Function · 0.45
ready
Method · 0.45
update
Method · 0.45
test
Function · 0.45
fetch_data
Method · 0.45
fetch_data
Method · 0.45
run
Method · 0.45
__run_jobs
Method · 0.45
__call__
Method · 0.45
ready
Method · 0.45
eventLoop
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected