File: app.rst

package info (click to toggle)
psychopy 2023.2.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 124,456 kB
  • sloc: python: 126,213; javascript: 11,982; makefile: 152; sh: 120; xml: 9
file content (30 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
:mod:`psychopy.app` - the |PsychoPy| application suite
====================================================

This module contains everything needed to run and manage the wxPython |PsychoPy|
GUI application suite (e.g., Coder, Builder and Runner).

The functions presented here provide a simple interface to the |PsychoPy|
application instance and any frames associated with it. This interface is
intended for unit testing the GUI and for developers wishing to extend it.

.. currentmodule:: psychopy.app

Overview
========

.. autosummary::
    startApp
    quitApp
    isAppStarted
    getAppInstance
    getAppFrame

Details
=======

.. autofunction:: startApp
.. autofunction:: quitApp
.. autofunction:: isAppStarted
.. autofunction:: getAppInstance
.. autofunction:: getAppFrame