MCPcopy
hub / github.com/Duankaiwen/CenterNet / _isArrayLike

Function _isArrayLike

data/coco/PythonAPI/pycocotools/coco.py:66–67  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

64
65
66def _isArrayLike(obj):
67 return hasattr(obj, '__iter__') and hasattr(obj, '__len__')
68
69
70class COCO:

Callers 6

getAnnIdsMethod · 0.85
getCatIdsMethod · 0.85
getImgIdsMethod · 0.85
loadAnnsMethod · 0.85
loadCatsMethod · 0.85
loadImgsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected