Miasm2
 All Classes Namespaces Files Functions Variables Typedefs Properties Macros
Public Member Functions | Public Attributes | List of all members
miasm2.core.asmbloc.asm_raw Class Reference
+ Collaboration diagram for miasm2.core.asmbloc.asm_raw:

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 raw
 

Detailed Description

Definition at line 66 of file asmbloc.py.

Constructor & Destructor Documentation

def miasm2.core.asmbloc.asm_raw.__init__ (   self,
  raw = "" 
)

Definition at line 68 of file asmbloc.py.

68 
69  def __init__(self, raw=""):
70  self.raw = raw

Member Function Documentation

def miasm2.core.asmbloc.asm_raw.__str__ (   self)

Definition at line 71 of file asmbloc.py.

71 
72  def __str__(self):
73  return repr(self.raw)
74 

Member Data Documentation

miasm2.core.asmbloc.asm_raw.raw

Definition at line 69 of file asmbloc.py.


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