Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
_Helper Class Reference

Public Member Functions

def __repr__
 
def __call__
 

Detailed Description

Definition at line 273 of file site.py.

Member Function Documentation

def __call__ (   self,
  args,
  kwds 
)

Definition at line 277 of file site.py.

References pydoc.help.

278  def __call__(self, *args, **kwds):
279  import pydoc
280  return pydoc.help(*args, **kwds)
281 
282 __builtin__.help = _Helper()
283 
284 
285 # Set the string encoding used by the Unicode implementation. The
286 # default is 'ascii', but if you're willing to experiment, you can
287 # change this.
def __repr__ (   self)

Definition at line 274 of file site.py.

275  def __repr__(self):
276  return "Type help() for interactive help, " \
"or help(object) for help about object."

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