Home
last modified time | relevance | path

Searched refs:datafork (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dapplesingle.py48 datafork = None variable in AppleSingle
82 self.datafork = data
95 elif (self.resourcefork is None and self.datafork is None):
98 if self.datafork is not None:
100 fp.write(self.datafork)