Skip to content

Commit

Permalink
adapt output in completer reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored Nov 13, 2024
1 parent 431794e commit 8884b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/jupyroot/python/JupyROOT/helpers/cppcompleter.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class CppCompleter(object):
... print(suggestion.replace("\\t"," "))
<BLANKLINE>
Bool_t Add(TF1* h1, Double_t c1 = 1, Option_t* option = "")
Bool_t Add(const TH1* h, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1) // *MENU*
Bool_t Add(const TH1* h, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1)
Bool_t Add(const TH1* h1, Double_t c1 = 1)
>>> for suggestion in comp._completeImpl("TROOT::Is"):
... print(suggestion)
Expand Down

0 comments on commit 8884b40

Please sign in to comment.