Modified:
wiki/tp_set.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/tp_set.wiki
==============================================================================
--- wiki/tp_set.wiki (original)
+++ wiki/tp_set.wiki Tue Jul 15 07:21:58 2008
@@ -1,11 +1,8 @@
-`void tp_set(TP,tp_obj self, tp_obj k, tp_obj v) `
-
+`void tp_set(TP,tp_obj self, tp_obj k, tp_obj v)`
Attribute modification.
-
-This is the counterpart of tp_get, it does the same as self[k] = v
would do
+This is the counterpart of tp_get, it does the same as `self[k] = v`
would do
in actual tinypy code.
-
[Operations Back to the Operations module.]