HomeSort by relevance Sort by last modified time
    Searched full:execstr (Results 1 - 1 of 1) sorted by null

  /external/python/cpython2/Mac/Modules/carbonevt/
CarbonEvtsupport.py 11 execstr = "%(name)s = OpaqueByValueType('%(name)s')" % {"name": typ} variable
12 exec execstr
26 execstr = "%(name)s = OpaqueType('%(name)s')" % {"name": typ} variable
27 exec execstr
206 execstr = typ + 'object = MyGlobalObjectDefinition(typ)'
207 exec execstr
214 execstr = typ + 'methods = []'
215 exec execstr

Completed in 179 milliseconds