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

Function _is_visit_pair

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

Source from the content-addressed store, hash-verified

3517
3518
3519def _is_visit_pair(obj):
3520 return (isinstance(obj, tuple)
3521 and len(obj) == 2
3522 and isinstance(obj[0], (int, str)))
3523
3524
3525def traverse(obj, visit, parents=[], result=None, *args, **kwargs):

Callers 1

traverseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…