Skip to content
Snippets Groups Projects
Commit dd1438a9 authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra
Browse files

ROOT-9237: Prevent different output in absence of OpenGL

parent 6dadd0b7
No related branches found
No related tags found
No related merge requests found
......@@ -54,18 +54,13 @@ class CppCompleter(object):
TH1I
TH1K
TH1S
>>> for suggestion in comp._completeImpl("TH2"):
>>> for suggestion in comp._completeImpl("TProfile"):
... print(suggestion)
TH2
TH2C
TH2D
TH2Editor
TH2F
TH2GL
TH2I
TH2Poly
TH2PolyBin
TH2S
TProfile
TProfile2D
TProfile2Poly
TProfile2PolyBin
TProfile3D
>>> garbage = ROOT.gInterpreter.ProcessLine("TH1F* h")
>>> for suggestion in comp._completeImpl("h->GetA"):
... print(suggestion)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment