tclInterp
index

interface to Xplor-NIH's TCL interpreter
 
constructor: TCLInterp( TCL_Interp )
  create a TCLInterp object given a pre-existing TCL_Interp pointer.
  If the argument is omitted, the default interp is used.
 
member functions:
 
  command(cmd,inVars,outVars) -
     execute the TCL command cmd. 
     inVars is an optional sequence of (name,value) tuples, with name
        the name of a TCL variable and value the value to set it, before cmd
        is executed
     outVars is an optional sequence of TCL variable names to retrieve
        after cmd is executed
     the return value is a dictionary whose keys correspond to the
        names entered in outVars, and whose values have been set by
        the corresponding TCL variables.
 
    See python/tests/tclTest.py for examples of use.
 
 
static functions:
 
  defaultInterp() - return the default TCL_Interp.
 
 
 
 
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 4.0.2
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.

 
Classes
       
builtins.object
TCLInterp

 
class TCLInterp(builtins.object)
    TCLInterp(*args, **kwargs)
 

 
  Methods defined here:
__init__(self, *args, **kwargs)
Initialize self.  See help(type(self)) for accurate signature.
__repr__ = _swig_repr(self)
command(self, *args, **kwargs) -> 'void'

Static methods defined here:
__swig_destroy__ = delete_TCLInterp(...)
defaultInterp(*args, **kwargs) -> 'void *'
init(*args, **kwargs) -> 'void'

Data descriptors defined here:
__dict__

 
dictionary for instance variables (if defined)
__weakref__

 
list of weak references to the object (if defined)
thisown

 
The membership flag

 
Functions
       
TCLInterp_defaultInterp(*args) -> 'void *'
TCLInterp_init(*args, **kwargs) -> 'void'
pyXplorHelp(*args) -> 'String'