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
py-cvs-rel2_1 (Rev 1.2) merge
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_setattr
blob
15701b622670ed72b8ed124fbda9fd55cdb38449
1
2
static int
3
$abbrev$_setattr(self, name, v)
4
$abbrev$object *self;
5
char *name;
6
PyObject *v;
7
{
8
/* Set attribute 'name' to value 'v'. v==NULL means delete */
9
10
/* XXXX Add your own setattr code here */
11
return -1;
12
}