MCPcopy 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_searchFunction · 0.45
readyMethod · 0.45
updateMethod · 0.45
testFunction · 0.45
fetch_dataMethod · 0.45
fetch_dataMethod · 0.45
runMethod · 0.45
__run_jobsMethod · 0.45
__call__Method · 0.45
readyMethod · 0.45
eventLoopMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected