Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
def
_isArrayLike(obj):
49
return
hasattr(obj,
'__iter__'
) and hasattr(obj,
'__len__'
)
50
51
52
class
List_Random_mirror(object):
Callers
2
__init__
Method · 0.70
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected