FreeRDP
specBytesToCode.py File Reference

Namespaces

 specBytesToCode
 

Functions

def specBytesToCode.getOffset (l)
 
def specBytesToCode.isHex (l)
 

Variables

list specBytesToCode.lines = []
 
int specBytesToCode.itemPerLine = 16
 
bool specBytesToCode.doHex = True
 
 specBytesToCode.l1 = sys.stdin.readline().strip()
 
 specBytesToCode.l2 = sys.stdin.readline().strip()
 
def specBytesToCode.itemsPerLine = getOffset(l2) - getOffset(l1)
 
 specBytesToCode.l = l.strip()
 
 specBytesToCode.pos = l.find(' ')
 
list specBytesToCode.items = []
 
 specBytesToCode.tokens = l.strip().split(' ')
 
int specBytesToCode.ntokens = 0
 
string specBytesToCode.item = ''