(name, cirType)
| 278 | return |
| 279 | |
| 280 | def _createCircuit(name, cirType): |
| 281 | newCircuit = circuit() |
| 282 | _saveCircuit(newCircuit, name, cirType) |
| 283 | |
| 284 | def _addTitle(name, cirType, title): |
| 285 | global _CIRCUITS, _USERCIRCUITS, _SLiCAPCIRCUITS |
no test coverage detected