Home
last modified time | relevance | path

Searched refs:PyObject_Format (Results 201 – 225 of 740) sorted by relevance

12345678910>>...30

/dports/devel/py-rapidfuzz/rapidfuzz-1.8.0/src/
H A Dcpp_utils.cpp673 #if !defined(PyObject_Format)
674 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/devel/py-cytoolz/cytoolz-0.11.0/cytoolz/
H A Dutils.c484 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
485 #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.joystick.c468 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
469 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A D_ident.c679 #if !defined(PyObject_Format)
680 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/devel/py-meliae/meliae-0.5.1/meliae/
H A D_scanner.c468 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
469 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/biology/py-pysam/pysam-0.18.0/pysam/
H A Dlibcsamfile.c540 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
541 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/biology/py-pywgsim/pywgsim-0.5.2/pywgsim/
H A Dwgsim_lib.c496 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
497 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/align/sitemask/
H A D_cpg.c543 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
544 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/arrays/
H A Dbed.c543 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
544 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/biology/py-cutadapt/cutadapt-3.3/src/cutadapt/
H A D_align.c485 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
486 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
1277 PyObject_Format(s, f))
1282 PyObject_Format(s, f))
1288 PyObject_Format(s, f))
1292 PyObject_Format(s, f))
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A D_groupcompress_pyx.c472 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
473 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
8790 PyObject *result = PyObject_Format(s, f); in __Pyx_PyObject_FormatAndDecref()
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Ddis.rst1248 Formatting is performed using :c:func:`PyObject_Format`. The
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Ddis.rst1248 Formatting is performed using :c:func:`PyObject_Format`. The
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Ddis.rst1248 Formatting is performed using :c:func:`PyObject_Format`. The
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Ddis.rst1235 Formatting is performed using :c:func:`PyObject_Format`. The
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Ddis.rst1248 Formatting is performed using :c:func:`PyObject_Format`. The
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Ddis.rst1248 Formatting is performed using :c:func:`PyObject_Format`. The
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Ddis.rst1149 Formatting is performed using :c:func:`PyObject_Format`. The
/dports/multimedia/py-av/av-8.0.3/src/av/audio/
H A Dcodeccontext.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/video/
H A Dcodeccontext.c529 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
530 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
H A Dreformatter.c529 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
530 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/science/py-GPy/GPy-1.10.0/GPy/util/
H A Dlinalg_cython.c472 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
473 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/
H A Dchecksums.c474 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
475 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/devices/
H A Dmonitoredqueue.c502 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
503 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro
/dports/devel/py-thriftpy2/thriftpy2-0.4.14/thriftpy2/transport/memory/
H A Dcymemory.c485 #if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
486 #define PyObject_Format(obj, fmt) PyObject_CallMethod(obj, "__format__", "O", fmt) macro

12345678910>>...30