Module site :: Class _Helper
[hide private]
[frames] | no frames]

Class _Helper

object --+
         |
        _Helper

Define the built-in 'help'. This is a wrapper around pydoc.help (with a twist).

Instance Methods [hide private]
 
__repr__(self)
repr(x)
 
__call__(self, *args, **kwds)

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)