ROOT  6.06/08
Reference Guide
Public Member Functions | List of all members
ROOT.RootNameCompleter Class Reference

Definition at line 38 of file ROOT.py.

Public Member Functions

def file_matches (self, text)
 
def root_global_matches (self, text, prefix='')
 
def global_matches (self, text)
 
def attr_matches (self, text)
 
+ Inheritance diagram for ROOT.RootNameCompleter:
+ Collaboration diagram for ROOT.RootNameCompleter:

Member Function Documentation

§ attr_matches()

def ROOT.RootNameCompleter.attr_matches (   self,
  text 
)

Definition at line 69 of file ROOT.py.

§ file_matches()

def ROOT.RootNameCompleter.file_matches (   self,
  text 
)

Definition at line 39 of file ROOT.py.

Referenced by ROOT.RootNameCompleter.global_matches().

§ global_matches()

def ROOT.RootNameCompleter.global_matches (   self,
  text 
)

Definition at line 63 of file ROOT.py.

§ root_global_matches()

def ROOT.RootNameCompleter.root_global_matches (   self,
  text,
  prefix = '' 
)

Definition at line 56 of file ROOT.py.

Referenced by ROOT.RootNameCompleter.attr_matches().


The documentation for this class was generated from the following file: