MCPcopy Create free account
hub / github.com/KDE/labplot / testParserPython05

Method testParserPython05

tests/notebook/NotebookTest.cpp:127–132  ·  view source on GitHub ↗

np.ones((2,2), dtype=np.int16)

Source from the content-addressed store, hash-verified

125
126// np.ones((2,2), dtype=np.int16)
127void NotebookTest::testParserPython05() {
128 QString input = QStringLiteral("array([[1, 1], [1, 1]], dtype=int16)");
129 VariableParser parser(QStringLiteral("python"), input);
130
131 QCOMPARE(parser.isParsed(), false);
132}
133
134void NotebookTest::testParserPython06() {
135 // Testing datetime ms

Callers

nothing calls this directly

Calls 1

isParsedMethod · 0.80

Tested by

no test coverage detected