Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ isiterable()

bool Cope.misc.isiterable (   obj,
bool  include_str = True 
)

Returns True if you can iterate over obj.

Optionally excludes strings

Definition at line 180 of file misc.py.