getuser#
- getuser()[source]#
Get the current username
Alias to
getpass.getuser()
– see https://docs.python.org/3/library/getpass.html#getpass.getuserExample:
sc.getuser()
New in version 3.0.0.
Get the current username
Alias to getpass.getuser()
– see https://docs.python.org/3/library/getpass.html#getpass.getuser
Example:
sc.getuser()
New in version 3.0.0.