Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/m/a/Mathics-HEAD/mathics/builtin/lists.py Mathics(Download)
head = None for list in lists.get_sequence(): if list.is_atom(): return if head is not None and list.get_head() != head:
src/m/a/Mathics-HEAD/mathics/builtin/tensors.py Mathics(Download)
head = None for list in lists: if list.is_atom(): evaluation.message('Outer', 'normal') return