Searched defs:posix (Results 1 – 4 of 4) sorted by relevance
23 def __init__(self, instream=None, infile=None, posix=False): argument274 def split(s, comments=False, posix=True): argument
1611 posix = property(_getposix, _setposix) variable in TarFile
117 posix: target
6 posix = test_support.import_module('posix') variable