MCPcopy
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
38def arg_to_iter(arg: None) -> tuple[()]: ...
39@overload
40def arg_to_iter(arg: _ITER_T) -> Iterable[_ITER_T]: ...
41@overload

Callers 7

sendMethod · 0.90
iterate_spider_outputFunction · 0.90
iterate_spider_outputMethod · 0.90
__init__Method · 0.90
_compile_regexesMethod · 0.90
process_itemMethod · 0.90
test_arg_to_iterMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_arg_to_iterMethod · 0.72