Skip to content

Commit 7f971bb

Browse files
committed
better docs
git-svn-id: https://svn.grrrr.org/ext/trunk/py@3655 4d9ac71a-51e6-0310-8455-cad1006bcd31
1 parent e8272c4 commit 7f971bb

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

pd/methods-2.pd

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

0 commit comments

Comments
 (0)