Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/02ac31e4c1326a6c0f5cd8b8008223aa to your computer and use it in GitHub Desktop.
Save ryantm/02ac31e4c1326a6c0f5cd8b8008223aa to your computer and use it in GitHub Desktop.
/nix/store/r4zf0q2mr3sqphx6cv37z9yqj5gm2r4m-python3.7-pyatspi-2.32.1
├── lib
│   └── python3.7
│   └── site-packages
│   └── pyatspi
│   ├── Accessibility.py
│   ├── action.py
│   ├── appevent.py
│   ├── application.py
│   ├── atspienum.py
│   ├── collection.py
│   ├── component.py
│   ├── constants.py
│   ├── deviceevent.py
│   ├── document.py
│   ├── editabletext.py
│   ├── hypertext.py
│   ├── image.py
│   ├── __init__.py
│   ├── interface.py
│   ├── __pycache__
│   │   ├── Accessibility.cpython-37.opt-1.pyc
│   │   ├── Accessibility.cpython-37.pyc
│   │   ├── action.cpython-37.opt-1.pyc
│   │   ├── action.cpython-37.pyc
│   │   ├── appevent.cpython-37.opt-1.pyc
│   │   ├── appevent.cpython-37.pyc
│   │   ├── application.cpython-37.opt-1.pyc
│   │   ├── application.cpython-37.pyc
│   │   ├── atspienum.cpython-37.opt-1.pyc
│   │   ├── atspienum.cpython-37.pyc
│   │   ├── collection.cpython-37.opt-1.pyc
│   │   ├── collection.cpython-37.pyc
│   │   ├── component.cpython-37.opt-1.pyc
│   │   ├── component.cpython-37.pyc
│   │   ├── constants.cpython-37.opt-1.pyc
│   │   ├── constants.cpython-37.pyc
│   │   ├── deviceevent.cpython-37.opt-1.pyc
│   │   ├── deviceevent.cpython-37.pyc
│   │   ├── document.cpython-37.opt-1.pyc
│   │   ├── document.cpython-37.pyc
│   │   ├── editabletext.cpython-37.opt-1.pyc
│   │   ├── editabletext.cpython-37.pyc
│   │   ├── hypertext.cpython-37.opt-1.pyc
│   │   ├── hypertext.cpython-37.pyc
│   │   ├── image.cpython-37.opt-1.pyc
│   │   ├── image.cpython-37.pyc
│   │   ├── __init__.cpython-37.opt-1.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── interface.cpython-37.opt-1.pyc
│   │   ├── interface.cpython-37.pyc
│   │   ├── registry.cpython-37.opt-1.pyc
│   │   ├── registry.cpython-37.pyc
│   │   ├── role.cpython-37.opt-1.pyc
│   │   ├── role.cpython-37.pyc
│   │   ├── selection.cpython-37.opt-1.pyc
│   │   ├── selection.cpython-37.pyc
│   │   ├── state.cpython-37.opt-1.pyc
│   │   ├── state.cpython-37.pyc
│   │   ├── tablecell.cpython-37.opt-1.pyc
│   │   ├── tablecell.cpython-37.pyc
│   │   ├── table.cpython-37.opt-1.pyc
│   │   ├── table.cpython-37.pyc
│   │   ├── text.cpython-37.opt-1.pyc
│   │   ├── text.cpython-37.pyc
│   │   ├── utils.cpython-37.opt-1.pyc
│   │   ├── utils.cpython-37.pyc
│   │   ├── value.cpython-37.opt-1.pyc
│   │   └── value.cpython-37.pyc
│   ├── registry.py
│   ├── role.py
│   ├── selection.py
│   ├── state.py
│   ├── tablecell.py
│   ├── table.py
│   ├── text.py
│   ├── utils.py
│   └── value.py
└── nix-support
└── propagated-build-inputs
6 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment