Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ce3a72aec6eaa0293c397c8d0407f7afe0072b2f
/
.
/
Include
/
formatter_unicode.h
blob: ccca883dd017506a4ea1a597047d96f09de39b70 [
file
] [
log
] [
blame
]
PyObject
*
unicode_unicode__format__
(
PyObject
*
self
,
PyObject
*
args
);
PyObject
*
unicode_long__format__
(
PyObject
*
self
,
PyObject
*
args
);
PyObject
*
unicode_float__format__
(
PyObject
*
self
,
PyObject
*
args
);