Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/clinic/
Dclinic.py2422 py_default = None variable in CConverter
2488 …def __init__(self, name, py_name, function, default=unspecified, *, c_default=None, py_default=Non… argument
2504 if py_default:
2505 self.py_default = py_default
3701 def __init__(self, *, py_default=None, **kwargs): argument
3702 self.py_default = py_default
4510 py_default = '<unrepresentable>'
4522 py_default = default
4533 py_default = ".".join(reversed(a))
4537 …fail("When you specify a named constant (" + repr(py_default) + ") as your default value,\nyou MUS…
[all …]
/external/python/cpython3/Doc/howto/
Dclinic.rst1306 ``py_default``
/external/python/cpython3/Misc/
DHISTORY2776 value of c_default and py_default with a class member.