ROOT  6.06/09
Reference Guide
Classes | Namespaces | Functions | Variables
utils.py File Reference

Go to the source code of this file.

Classes

class  ROOTaaS.iPyROOT.utils.StreamCapture
 
class  ROOTaaS.iPyROOT.utils.CaptureDrawnCanvases
 
class  ROOTaaS.iPyROOT.utils.CanvasDrawer
 

Namespaces

 ROOTaaS.iPyROOT.utils
 

Functions

def ROOTaaS.iPyROOT.utils.enableJSVis ()
 
def ROOTaaS.iPyROOT.utils.disableJSVis ()
 
def ROOTaaS.iPyROOT.utils.enableJSVisDebug ()
 
def ROOTaaS.iPyROOT.utils.disableJSVisDebug ()
 
def ROOTaaS.iPyROOT.utils._getPlatform ()
 
def ROOTaaS.iPyROOT.utils._getLibExtension (thePlatform)
 
def ROOTaaS.iPyROOT.utils.welcomeMsg ()
 
def ROOTaaS.iPyROOT.utils._setIgnoreLevel (level)
 
def ROOTaaS.iPyROOT.utils.commentRemover (text)
 
def ROOTaaS.iPyROOT.utils.processCppCodeImpl (code)
 
def ROOTaaS.iPyROOT.utils.declareCppCodeImpl (code)
 
def ROOTaaS.iPyROOT.utils.processCppCode (code)
 
def ROOTaaS.iPyROOT.utils.declareCppCode (code)
 
def ROOTaaS.iPyROOT.utils._checkOutput
 
def ROOTaaS.iPyROOT.utils._invokeAclicMac (fileName)
 
def ROOTaaS.iPyROOT.utils._codeToFilename (code)
 
def ROOTaaS.iPyROOT.utils._dumpToUniqueFile (code)
 
def ROOTaaS.iPyROOT.utils.invokeAclic (cell)
 
def ROOTaaS.iPyROOT.utils.toCpp ()
 
def ROOTaaS.iPyROOT.utils._PyDraw (thePad)
 
def ROOTaaS.iPyROOT.utils.setStyle ()
 
def ROOTaaS.iPyROOT.utils.loadExtensionsAndCapturers ()
 
def ROOTaaS.iPyROOT.utils.enhanceROOTModule ()
 
def ROOTaaS.iPyROOT.utils.enableCppHighlighting ()
 
def ROOTaaS.iPyROOT.utils.iPythonize ()
 

Variables

string ROOTaaS.iPyROOT.utils.cppMIME = 'text/x-c++src'
 
string ROOTaaS.iPyROOT.utils.ipyMIME = 'text/x-ipython'
 
string ROOTaaS.iPyROOT.utils._jsDefaultHighlight
 
string ROOTaaS.iPyROOT.utils._jsMagicHighlight = "IPython.CodeCell.config_defaults.highlight_modes['magic_{cppMIME}'] = {{'reg':[/^%%cpp/]}};"
 
list ROOTaaS.iPyROOT.utils._jsNotDrawableClassesPatterns = ["TGraph[23]D","TH3*","TGraphPolar","TProf*","TEve*","TF[23]","TGeo*","TPolyLine3D"]
 
string ROOTaaS.iPyROOT.utils._jsROOTSourceDir = "https://root.cern.ch/js/dev/"
 
int ROOTaaS.iPyROOT.utils._jsCanvasWidth = 800
 
int ROOTaaS.iPyROOT.utils._jsCanvasHeight = 600
 
string ROOTaaS.iPyROOT.utils._jsCode
 
 ROOTaaS.iPyROOT.utils._enableJSVis = False
 
 ROOTaaS.iPyROOT.utils._enableJSVisDebug = False
 
list ROOTaaS.iPyROOT.utils.captures