HomeSort by relevance Sort by last modified time
    Searched refs:builtin_format_impl (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Python/clinic/
bltinmodule.c.h 88 builtin_format_impl(PyObject *module, PyObject *value, PyObject *format_spec);
101 return_value = builtin_format_impl(module, value, format_spec);
  /external/python/cpython3/Python/
bltinmodule.c 700 builtin_format_impl(PyObject *module, PyObject *value, PyObject *format_spec) function
    [all...]

Completed in 1020 milliseconds