Package pyfdt :: Module pyfdt :: Class FdtNop
[hide private]
[frames] | no frames]

Class FdtNop

source code

object --+
         |
        FdtNop

Nop child representation

Instance Methods [hide private]
 
__init__(self)
Init with nothing
source code
 
get_name(self)
Return name
source code
 
__str__(self)
String representation
source code
 
dts_represent(self, depth=0)
Get dts string representation
source code
 
dtb_represent(self, string_store, pos=0, version=17)
Get blob representation
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Init with nothing

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

String representation

Overrides: object.__str__