Package pike :: Module core :: Class Frame
[hide private]
[frames] | no frames]

Class Frame

source code

object --+
         |
        Frame
Known Subclasses:

Nested Classes [hide private]
  __metaclass__
Instance Methods [hide private]
 
__getitem__(self, key) source code
 
__init__(self, parent, context=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__iter__(self) source code
 
__len__(self) source code
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__str__(self)
str(x)
source code
 
_decode_post(self, cur) source code
 
_decode_pre(self, cur) source code
 
_encode_post(self, cur) source code
 
_encode_pre(self, cur) source code
 
_str(self, indent) source code
 
_value_str(self, value) source code
 
decode(self, cur) source code
 
encode(self, cur) source code
 
is_last_child(self) source code
 
next_sibling(self) source code
 
parse(self, arr) source code
 
prev_sibling(self) source code
 
serialize(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  _register = []
  field_blacklist = ['fields', 'parent', 'start', 'end']
Properties [hide private]
  children
  context

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent, context=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__setattr__(self, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

Property Details [hide private]

children

Get Method:
unreachable.children(self)

context

Get Method:
unreachable.context(self)