Searched refs:forcetype (Results 1 – 4 of 4) sorted by relevance
90 def copy(src, dst, createpath=0, copydates=1, forcetype=None): argument120 if forcetype is not None:121 df.Type = forcetype
78 def pack(x, forcetype = None): argument81 if forcetype:83 return AE.AECreateDesc(forcetype, x)85 return pack(x).AECoerceDesc(forcetype)
70 return pack(rec, forcetype='insl')
25 .. function:: pack(x[, forcetype])28 *forcetype* is provided it specifies the descriptor type of the result.