Lines Matching +defs:mode +defs:name
41 def _exists(name): argument
53 name = 'posix' variable
73 name = 'nt' variable
200 def makedirs(name, mode=0o777, exist_ok=False): argument
232 def removedirs(name): argument
847 def _spawnvef(mode, file, args, env, func): argument
874 def spawnv(mode, file, args): argument
883 def spawnve(mode, file, args, env): argument
895 def spawnvp(mode, file, args): argument
905 def spawnvpe(mode, file, args, env): argument
923 def spawnl(mode, file, *args): argument
932 def spawnle(mode, file, *args): argument
950 def spawnlp(mode, file, *args): argument
960 def spawnlpe(mode, file, *args): argument
978 def popen(cmd, mode="r", buffering=-1): argument
1017 def __getattr__(self, name): argument
1025 def fdopen(fd, mode="r", buffering=-1, encoding=None, *args, **kwargs): argument