Home
last modified time | relevance | path

Searched refs:getContainerTypes (Results 1 – 4 of 4) sorted by relevance

/dports/cad/cura/Cura-58bae31/tests/Settings/
H A DTestContainerManager.py61 self._container_registry.getContainerTypes = MagicMock(return_value=[("None", None)])
/dports/cad/cura/Cura-58bae31/cura/Settings/
H A DContainerManager.py407 for plugin_id, container_type in container_registry.getContainerTypes():
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/
H A Dt_mstch_py3_generator.cc374 {"program:containerTypes", &mstch_py3_program::getContainerTypes},
399 mstch::node getContainerTypes() { in getContainerTypes() function in apache::thrift::compiler::__anon2f6a4e2c0111::mstch_py3_program
/dports/cad/uranium/Uranium-3ed9c4de/UM/Settings/
H A DContainerRegistry.py586 def getContainerTypes(cls): member in ContainerRegistry