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
Don't reference removed files in Makefile
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_setattr
blob
d4da0ce61aca2fd5dbabf461c1dfcf7d423eec39
1
2
static int
3
$abbrev$_setattr(self, name, v)
4
$abbrev$object *self;
5
char *name;
6
object *v;
7
{
8
/* XXXX Add your own setattr code here */
9
return -1;
10
}