Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scottbez1/splitflap
/ is_set
Method
is_set
thirdparty/panelize.py:506–507 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
504
return
a
505
506
def
is_set( self ):
507
return
self.vector1.is_set() and self.vector2.is_set()
508
509
def
write_contents( self, writer ):
510
writer.write_float( self.vector1.x )
Callers
nothing calls this directly
Calls
1
is_set
Method · 0.45
Tested by
no test coverage detected