Home
last modified time | relevance | path

Searched refs:nsstr (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Mac/Tools/
H A Dplistlib_generate_testdata.py20 def nsstr(value): function
33 pl[nsstr('aBigInt')] = 2 ** 63 - 44
34 pl[nsstr('aBigInt2')] = NSNumber.numberWithUnsignedLongLong_(2 ** 63 + 44)
35 pl[nsstr('aDate')] = NSDate.dateWithTimeIntervalSince1970_(seconds)
37 pl[nsstr('aDict')] = d = OrderedDict()
38 d[nsstr('aFalseValue')] = False
39 d[nsstr('aTrueValue')] = True
40 d[nsstr('aUnicodeValue')] = "M\xe4ssig, Ma\xdf"
41 d[nsstr('anotherString')] = "<hello & 'hi' there!>"
42 d[nsstr('deeperDic
[all...]

Completed in 1 milliseconds