keyper/__init__.py [360:365]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        command,
        universal_newlines=True,
        check=True,
        stdout=subprocess.PIPE,
        stderr=subprocess.PIPE,
    ).stdout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



keyper/__init__.py [557:562]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                command,
                universal_newlines=True,
                check=True,
                stdout=subprocess.PIPE,
                stderr=subprocess.PIPE,
            ).stdout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



