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
|
#N canvas 540 469 746 351 12;
#X obj 16 13 cnv 15 650 40 empty empty py/pyext 10 22 0 24 -260818
-1 0;
#X text 235 32 http://grrrr.org/ext;
#X symbolatom 21 139 10 0 0 0 - #0-t -;
#X text 23 119 enter some text;
#X obj 25 252 pym 2 *;
#X obj 213 183 t b f;
#X text 215 117 multiply it!;
#X symbolatom 25 307 80 0 0 0 - - -;
#X obj 214 139 nbx 5 14 1 100 0 1 empty empty empty 0 -6 0 10 -262131
-1 -1 6 256;
#N canvas 0 22 462 312 init 0;
#X obj 61 116 s \$0-t;
#X obj 64 44 loadbang;
#X obj 64 81 symbol a;
#X connect 1 0 2 0;
#X connect 2 0 0 0;
#X restore 606 127 pd init;
#X obj 213 159 int;
#X text 21 73 Py can act on Python objects in an object-oriented manner
;
#X text 20 285 repeated text;
#X text 100 252 method * takes 2 args;
#X text 235 16 Python script objects \, (C)2003-2008 Thomas Grill;
#X connect 2 0 4 1;
#X connect 4 0 7 0;
#X connect 5 0 4 0;
#X connect 5 1 4 2;
#X connect 8 0 10 0;
#X connect 10 0 5 0;
|