yaml :: representer :: BaseRepresenter :: builtin_function_type :: Class builtin_function_type
[hide private]
[frames] | no frames]

Class builtin_function_type

object --+
         |
        yaml.representer.BaseRepresenter.builtin_function_type

Instance Methods [hide private]
 
__call__(x, ...)
x(...)
 
__cmp__(x, y)
cmp(x,y)
 
__getattribute__(...)
x.__getattribute__('name') <==> x.name
 
__hash__(x)
hash(x)
 
__repr__(x)
repr(x)

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

Properties [hide private]
  __name__
  __self__

Inherited from object: __class__

Method Details [hide private]

__getattribute__(...)

 

x.__getattribute__('name') <==> x.name

Overrides: object.__getattribute__

__hash__(x)
(Hashing function)

 

hash(x)

Overrides: object.__hash__

__repr__(x)
(Representation operator)

 

repr(x)

Overrides: object.__repr__