repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AddressList.__str__(): Get rid of useless, and broken method. Closes
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_setattr
blob
dfe4bc8c772e48b38f13190d03c1611a3984fafa
1
2
static int
3
$abbrev$_setattr($abbrev$object *self, char *name, PyObject *v)
4
{
5
/* Set attribute 'name' to value 'v'. v==NULL means delete */
6
7
/* XXXX Add your own setattr code here */
8
return -1;
9
}