Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/decord
/ __str__
Method
__str__
python/decord/_ffi/ndarray.py:242–243 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
240
return
res
241
242
def
__str__(self):
243
return
str(self.asnumpy())
244
245
def
asnumpy(self):
246
""
"Convert this array to numpy array
Callers
nothing calls this directly
Calls
1
asnumpy
Method · 0.95
Tested by
no test coverage detected