Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
90aa7646affbaee9628ca6ea6a702aec17b3b550
/
.
/
Include
/
formatter_unicode.h
blob: ccca883dd017506a4ea1a597047d96f09de39b70 [
file
]
PyObject
*
unicode_unicode__format__
(
PyObject
*
self
,
PyObject
*
args
);
PyObject
*
unicode_long__format__
(
PyObject
*
self
,
PyObject
*
args
);
PyObject
*
unicode_float__format__
(
PyObject
*
self
,
PyObject
*
args
);