Home
last modified time | relevance | path

Searched refs:py_default (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Tools/clinic/
Dclinic.py2423 py_default = None variable in CConverter
2489 …def __init__(self, name, py_name, function, default=unspecified, *, c_default=None, py_default=Non… argument
2505 if py_default:
2506 self.py_default = py_default
3684 def __init__(self, *, py_default=None, **kwargs): argument
3685 self.py_default = py_default
4492 py_default = '<unrepresentable>'
4504 py_default = default
4515 py_default = ".".join(reversed(a))
4519 …fail("When you specify a named constant (" + repr(py_default) + ") as your default value,\nyou MUS…
[all …]
/external/python/cpython3/Doc/howto/
Dclinic.rst1244 ``py_default``
/external/python/cpython3/Misc/
DHISTORY2776 value of c_default and py_default with a class member.