Open
Description
for k in _13:
try:v=getattr(os,k)()
except Exception as e:v=e
print('%-22s'%k,v)
....:
get_blocking get_blocking() takes exactly 1 argument (0 given)
get_exec_path ['/home/klk/.local/bin', '/home/klk/.local/bin', '/usr/local/bin', '/usr/local/sbin', '/usr/bin',
'/usr/sbin', '/bin', '/sbin', '.']
get_inheritable get_inheritable() takes exactly one argument (0 given)
get_terminal_size os.terminal_size(columns=128, lines=39)
getcwd /home/klk
getcwdb b'/home/klk'
getegid 60000
getenv getenv() missing 1 required positional argument: 'key'
getenvb getenvb() missing 1 required positional argument: 'key'
geteuid 3771130
getgid 60000
getgrouplist getgrouplist() takes exactly 2 arguments (0 given)
getgroups []
getloadavg (0.98, 0.97, 0.8)
getlogin [Errno 2] No such file or directory
getpgid Required argument 'pid' (pos 1) not found
getpgrp 118
getpid 118
getppid 1
getpriority Required argument 'which' (pos 1) not found
getresgid (60000, 60000, 60000)
getresuid (3771130, 3771130, 3771130)
getsid getsid() takes exactly one argument (0 given)
getuid 3771130
getxattr Required argument 'path' (pos 1) not found
Metadata
Metadata
Assignees
Labels
No labels