Home
last modified time | relevance | path

Searched refs:PyObject_Format (Results 151 – 175 of 740) sorted by relevance

12345678910>>...30

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dbltinmodule.c364 return PyObject_Format(value, format_spec); in builtin_format()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dabstract.c698 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format() function
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A D_chk_map_pyx.c472 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
473 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
7145 PyObject *result = PyObject_Format(s, f); in __Pyx_PyObject_FormatAndDecref()
H A D_knit_load_data_pyx.c472 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
473 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
5058 PyObject *result = PyObject_Format(s, f); in __Pyx_PyObject_FormatAndDecref()
/dports/multimedia/py-av/av-8.0.3/src/av/audio/
H A Dformat.c529 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
530 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/multimedia/py-av/av-8.0.3/src/av/container/
H A Dpyio.c529 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
530 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/multimedia/py-av/av-8.0.3/src/av/data/
H A Dstream.c529 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
530 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/multimedia/py-av/av-8.0.3/src/av/
H A Dplane.c529 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
530 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/platform/
H A Dfreebsd.c474 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
475 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/science/py-dipy/dipy-1.4.1/dipy/utils/
H A Domp.c474 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
475 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyCoinIndexedVector.cpp482 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
483 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt)
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A D_http_writer.c472 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
473 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/security/py-gssapi/gssapi-1.6.14/gssapi/raw/
H A Dext_ggf.c508 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
509 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
H A Dext_iov_mic.c508 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
509 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
H A Dext_rfc5587.c508 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
509 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
H A Dexceptions.c507 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
508 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/security/py-pyspnego/pyspnego-0.3.1/src/spnego/_sspi_raw/
H A Dtext.c512 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
513 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/backend/cython/
H A Dutils.c501 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
502 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A D_http_writer.c472 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
473 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/graphics/py-PyOpenGL-accelerate/PyOpenGL-accelerate-3.1.5/src/
H A Dnones_formathandler.c468 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
469 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/science/yoda/YODA-1.9.1/pyext/yoda/
H A Drootcompat.cpp482 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
483 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt)
/dports/devel/py-game/pygame-2.1.0/src_c/_sdl2/
H A Dsdl2.c495 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
496 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/devel/py-game_sdl2/pygame_sdl2-2.1.0-for-renpy-7.4.11/gen-static/
H A Dpygame_sdl2.mixer_music.c468 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
469 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
H A Dpygame_sdl2.mouse.c468 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
469 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
H A Dpygame_sdl2.power.c468 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
469 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro

12345678910>>...30