From e728a5bc3db296b4b67c2d3e5b56558c42c566a8 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 21 Jun 2004 14:08:57 +0000 Subject: "" svn path=/trunk/; revision=1826 --- externals/grill/py/pd/attr-1.pd | 66 +++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 32 deletions(-) (limited to 'externals/grill/py/pd/attr-1.pd') diff --git a/externals/grill/py/pd/attr-1.pd b/externals/grill/py/pd/attr-1.pd index f302db7e..bf797c70 100644 --- a/externals/grill/py/pd/attr-1.pd +++ b/externals/grill/py/pd/attr-1.pd @@ -1,32 +1,34 @@ -#N canvas 114 127 687 417 12; -#X obj 224 370 pyext simple ex3; -#X obj 392 371 print A; -#X msg 252 180 get tmp; -#X msg 369 210 get _inlets; -#X msg 253 204 set tmp 3; -#X msg 368 234 set _inlets 4; -#X msg 18 179 dir; -#X msg 15 282 getattributes; -#X msg 15 309 getmethods; -#X msg 18 207 dir+; -#X text 15 48 This demonstrates the usage of attributes. See the simple.py -file.; -#X text 252 161 access a class variable; -#X text 368 191 try to get/set internal stuff; -#X text 479 234 (NOT allowed!); -#X text 16 15 py/pyext - Python script objects \, (C)2003 Thomas Grill -; -#X text 16 261 get attributes and methods; -#X text 51 178 Python module dict; -#X text 59 208 Python class dict; -#X text 17 101 All attribute-related methods dump eventual output to -the attribute outlet (which is the right-most one); -#X connect 0 1 1 0; -#X connect 2 0 0 0; -#X connect 3 0 0 0; -#X connect 4 0 0 0; -#X connect 5 0 0 0; -#X connect 6 0 0 0; -#X connect 7 0 0 0; -#X connect 8 0 0 0; -#X connect 9 0 0 0; +#N canvas 114 127 693 451 12; +#X obj 224 397 pyext simple ex3; +#X obj 392 398 print A; +#X msg 252 207 get tmp; +#X msg 369 237 get _inlets; +#X msg 253 231 set tmp 3; +#X msg 368 261 set _inlets 4; +#X msg 18 206 dir; +#X msg 15 312 getattributes; +#X msg 15 336 getmethods; +#X msg 18 234 dir+; +#X text 15 75 This demonstrates the usage of attributes. See the simple.py +file.; +#X text 252 188 access a class variable; +#X text 368 218 try to get/set internal stuff; +#X text 479 261 (NOT allowed!); +#X text 16 288 get attributes and methods; +#X text 51 205 Python module dict; +#X text 59 235 Python class dict; +#X text 17 128 All attribute-related methods dump eventual output to +the attribute outlet (which is the right-most one); +#X obj 16 13 cnv 15 650 40 empty empty py/pyext 10 22 0 24 -260818 +-1 0; +#X text 235 32 http://www.parasitaere-kapazitaeten.net; +#X text 235 16 Python script objects \, (C)2003-2004 Thomas Grill; +#X connect 0 1 1 0; +#X connect 2 0 0 0; +#X connect 3 0 0 0; +#X connect 4 0 0 0; +#X connect 5 0 0 0; +#X connect 6 0 0 0; +#X connect 7 0 0 0; +#X connect 8 0 0 0; +#X connect 9 0 0 0; -- cgit v1.2.1