MCPcopy Create free account
hub / github.com/numpy/numpy / _is_visit_pair

Function _is_visit_pair

numpy/f2py/crackfortran.py:3559–3562  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

3557
3558
3559def _is_visit_pair(obj):
3560 return (isinstance(obj, tuple)
3561 and len(obj) == 2
3562 and isinstance(obj[0], (int, str)))
3563
3564
3565def traverse(obj, visit, parents=[], result=None, *args, **kwargs):

Callers 1

traverseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected