Home
last modified time | relevance | path

Searched refs:docstring_for_c_string (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Tools/clinic/libclinic/
D__init__.py11 docstring_for_c_string,
Dformatting.py13 def docstring_for_c_string(docstring: str) -> str: function
Dclanguage.py456 template_dict['docstring'] = libclinic.docstring_for_c_string(f.docstring)
/external/python/cpython3/Lib/test/
Dtest_clinic.py4122 out = libclinic.docstring_for_c_string(line)