-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon_CW.py
More file actions
87 lines (86 loc) · 1.86 KB
/
Copy pathcommon_CW.py
File metadata and controls
87 lines (86 loc) · 1.86 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
#ex: set sts=4 ts=4 sw=4 et:
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
#
# See the COPYING file distributed along with the smile package for the
# copyright and license terms.
#
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
# SMILE components
from smile.experiment import Experiment
from smile.state import (
Parallel,
Meanwhile,
UntilDone,
Serial,
Subroutine,
If,
Elif,
Else,
Loop,
Done,
Wait,
When,
While,
Record,
Log,
Func,
ResetClock,
Debug,
PrintTraceback)
from smile.keyboard import Key, KeyPress, KeyRecord
from smile.mouse import (
MouseWithin,
MousePos,
MouseButton,
MouseCursor,
MouseRecord,
MousePress)
from smile.video import (
Screenshot,
Bezier,
Mesh,
Point,
Triangle,
Quad,
Rectangle,
BorderImage,
Ellipse,
Line,
Image,
Label,
RstDocument,
Button,
ButtonPress,
Slider,
TextInput,
ToggleButton,
ProgressBar,
CodeInput,
CheckBox,
Video,
Camera,
FileChooserListView,
AnchorLayout,
BoxLayout,
FloatLayout,
GridLayout,
PageLayout,
RelativeLayout,
Scatter,
ScatterLayout,
StackLayout,
ScrollView,
BackgroundColor,
UpdateWidget,
Animate,
BlockingFlips,
NonBlockingFlips)
from smile.dotbox import DotBox, DynamicDotBox
from smile.moving_dots import MovingDots
from grating_CW import CWGrating
from smile.ref import Ref, val, jitter, shuffle
from smile.audio import Beep, SoundFile, RecordSoundFile
from smile.freekey import FreeKey
from smile.questionnaire import Questionnaire
from smile.scale import scale