Searched refs:file_spec (Results 1 – 3 of 3) sorted by relevance
172 typedef struct file_spec { struct176 struct file_spec *next; /* next association in hash bucket chain */ argument
422 typedef struct file_spec { struct426 struct file_spec *next; /* next association in hash bucket chain */ argument
2805 file_spec = None variable2857 global file_spec2858 if file_spec is None:2860 file_spec = list(set(dir(_io.TextIOWrapper)).union(set(dir(_io.BytesIO))))2865 handle = MagicMock(spec=file_spec)