Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ test_dropwhile
Method
test_dropwhile
Lib/test/test_itertools.py:2004–2006 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2002
self.makecycle(cycle([a]*2), a)
2003
2004
def
test_dropwhile(self):
2005
a = []
2006
self.makecycle(dropwhile(bool, [0, a, a]), a)
2007
2008
def
test_groupby(self):
2009
a = []
Callers
nothing calls this directly
Calls
1
makecycle
Method · 0.95
Tested by
no test coverage detected