repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a bug introduced in r62627. see issue2760 and issue2632.
[python.git]
/
Include
/
formatter_string.h
blob
14c48118c509bb85b0790b88da95e4ead3154aea
1
PyObject
*
2
string__format__
(
PyObject
*
self
,
PyObject
*
args
);
3
4
PyObject
*
5
string_long__format__
(
PyObject
*
self
,
PyObject
*
args
);
6
7
PyObject
*
8
string_int__format__
(
PyObject
*
self
,
PyObject
*
args
);
9
10
PyObject
*
11
string_float__format__
(
PyObject
*
self
,
PyObject
*
args
);
12