Home
last modified time | relevance | path

Searched defs:fmtarg (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-freebsd8/
DIN.py54 def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) argument
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py54 def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) argument
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py54 def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) argument
/external/python/cpython3/Modules/_decimal/
D_decimal.c3051 PyObject *fmtarg; in dec_format() local