Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ arg_to_iter
Function
arg_to_iter
scrapy/utils/misc.py:38–38 ·
view source on GitHub ↗
(arg: None)
Source
from the content-addressed store, hash-verified
36
37
@overload
38
def
arg_to_iter(arg: None) -> tuple[()]: ...
39
@overload
40
def
arg_to_iter(arg: _ITER_T) -> Iterable[_ITER_T]: ...
41
@overload
Callers
7
send
Method · 0.90
iterate_spider_output
Function · 0.90
iterate_spider_output
Method · 0.90
__init__
Method · 0.90
_compile_regexes
Method · 0.90
process_item
Method · 0.90
test_arg_to_iter
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_arg_to_iter
Method · 0.72