metaphorshear / gene-nation

Automatically exported from code.google.com/p/gene-nation
0 stars 0 forks source link

Remove exact type matching #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
"if isinstance(func, collections.abc.Sequence):" can replace "if type(func) is 
list", thus supporting all similar data structures.

Original issue reported on code.google.com by vashts.f...@gmail.com on 22 Oct 2013 at 4:39