summaryrefslogtreecommitdiff
path: root/Include/formatter_unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/formatter_unicode.h')
-rw-r--r--Include/formatter_unicode.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Include/formatter_unicode.h b/Include/formatter_unicode.h
new file mode 100644
index 0000000000..ccca883dd0
--- /dev/null
+++ b/Include/formatter_unicode.h
@@ -0,0 +1,9 @@
+PyObject *
+unicode_unicode__format__(PyObject *self, PyObject *args);
+
+PyObject *
+unicode_long__format__(PyObject *self, PyObject *args);
+
+PyObject *
+unicode_float__format__(PyObject *self, PyObject *args);
+