Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ addSection
Method
addSection
Web/Python/vtkmodules/web/query_data_model.py:137–138 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
135
self.metadata[key] = value
136
137
def
addSection(self, key, value):
138
self.sections[key] = value
139
140
def
computeDataPatterns(self):
141
if
self.basePattern == None:
Callers
3
__init__
Method · 0.80
stop
Method · 0.80
stop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected