MCPcopy Create free account
hub / github.com/dek924/PerX2CT / _isArrayLike

Function _isArrayLike

x2ct_nerf/preprocessing/X2CT_transform_3d.py:48–49  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

46
47
48def _isArrayLike(obj):
49 return hasattr(obj, '__iter__') and hasattr(obj, '__len__')
50
51
52class List_Random_mirror(object):

Callers 2

__init__Method · 0.70
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected