Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpectacularAI/sdk
/ empty
Method
empty
python/cli/visualization/serialization.py:169–170 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
167
def
hasNormals(self):
168
return
'normalData'
in self.data
169
def
empty(self):
170
return
len(self.data[
"positionData"
]) == 0
171
172
class
MockKeyFrame:
173
def
__init__(self, data):
Callers
5
onMappingOutput
Method · 0.80
main
Function · 0.80
main
Function · 0.80
runPythonVisualizer
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected