Thaiz / psychopy

Automatically exported from code.google.com/p/psychopy
0 stars 0 forks source link

access trialList parameters without the thisTrial. prefix #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Within loops parameters of the TrialList can be accessed without the thisTrial. 
prefix

The downside for programmers is a slightly more polluted namespace (users are 
more likely to create variable names that conflict with other things) but, on 
the whole, it will be more easy for beginners to understand.

Original issue reported on code.google.com by jon.pei...@gmail.com on 2 Aug 2010 at 4:26

GoogleCodeExporter commented 8 years ago

Original comment by jon.pei...@gmail.com on 4 Aug 2010 at 9:54