HomeSort by relevance Sort by last modified time
    Searched refs:mkobject (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
cgen.py 372 print mkobject(a_type, 'arg' + repr(i+1)) + ';'
381 print mkobject(type, 'retval') + ');'
388 s = mkobject(a_type, 'arg' + repr(i+1))
402 print '\treturn', mkobject(type, 'retval') + ';'
411 def mkobject(type, arg): function
  /external/python/cpython2/Lib/plat-mac/
aepack.py 209 return mkobject(unpack(record, formodulename))
324 def mkobject(dict): function
356 newobj = mkobject(dict)

Completed in 585 milliseconds