Home
last modified time | relevance | path

Searched refs:PyDoc_STR (Results 1 – 25 of 73) sorted by relevance

123

/external/python/cpython3/Modules/
Dxxsubtype.c67 PyDoc_STR("getstate() -> state")},
69 PyDoc_STR("setstate(state)")},
74 PyDoc_STR("classmeth(*args, **kw)")},
77 PyDoc_STR("staticmeth(*args, **kw)")},
98 PyDoc_STR("an int variable for demonstration purposes")},
171 PyDoc_STR("getstate() -> state")},
173 PyDoc_STR("setstate(state)")},
188 PyDoc_STR("an int variable for demonstration purposes")},
D_testsinglephase.c493 .m_doc = PyDoc_STR("Test module _testsinglephase"),
552 .m_doc = PyDoc_STR("Test module _testsinglephase_basic_copy"), in PyInit__testsinglephase_basic_copy()
589 .m_doc = PyDoc_STR("Test module _testsinglephase_with_reinit"),
654 .m_doc = PyDoc_STR("Test module _testsinglephase_with_state"),
700 .m_doc = PyDoc_STR("Test module _testsinglephase_check_cache_first"),
719 .m_doc = PyDoc_STR("Test module _testsinglephase_with_reinit_check_cache_first"),
738 .m_doc = PyDoc_STR("Test module _testsinglephase_with_state_check_cache_first"),
771 .m_doc = PyDoc_STR("Test module _testsinglephase_circular"),
Dfaulthandler.c1195 PyDoc_STR("enable($module, /, file=sys.stderr, all_threads=True)\n--\n\n"
1198 PyDoc_STR("disable($module, /)\n--\n\n"
1201 PyDoc_STR("is_enabled($module, /)\n--\n\n"
1205 PyDoc_STR("dump_traceback($module, /, file=sys.stderr, all_threads=True)\n--\n\n"
1210PyDoc_STR("dump_traceback_later($module, /, timeout, repeat=False, file=sys.stderr, exit=False)\n-…
1216 PyDoc_STR("cancel_dump_traceback_later($module, /)\n--\n\n"
1221PyDoc_STR("register($module, /, signum, file=sys.stderr, all_threads=True, chain=False)\n--\n\n"
1227 PyDoc_STR("unregister($module, signum, /)\n--\n\n"
1232 PyDoc_STR("_read_null($module, /)\n--\n\n"
1236 PyDoc_STR("_sigsegv($module, release_gil=False, /)\n--\n\n"
[all …]
Dxxmodule.c60 PyDoc_STR("demo() -> None")},
322 PyDoc_STR("roj(a,b) -> None")},
326 PyDoc_STR("new() -> new Xx object")},
328 PyDoc_STR("bug(o) -> None")},
D_datetimemodule.c2939 PyDoc_STR("Number of days.")},
2942 PyDoc_STR("Number of seconds (>= 0 and less than 1 day).")},
2945 PyDoc_STR("Number of microseconds (>= 0 and less than 1 second).")},
2951 PyDoc_STR("Total seconds in the duration.")},
2954 PyDoc_STR("__reduce__() -> (cls, state)")},
2960 PyDoc_STR("Difference between two datetime values.\n\n"
3589 PyDoc_STR("__reduce__() -> (cls, state)")},
3798 PyDoc_STR("int -> date corresponding to a proleptic Gregorian "
3803 PyDoc_STR("str -> Construct a date from a string in ISO 8601 format.")},
3807 PyDoc_STR("int, int, int -> Construct a date from the ISO year, week "
[all …]
D_testmultiphase.c70 PyDoc_STR("demo() -> None")},
422 PyDoc_STR("Test module " name), /* m_doc */ \
531 PyDoc_STR("Module named in Czech"), /* m_doc */
549 PyDoc_STR("Module named in Japanese"), /* m_doc */
616 PyDoc_STR("Not a PyModuleObject object, but requests per-module state"),
635 PyDoc_STR("PyModuleDef with negative m_size"),
877 .m_doc = PyDoc_STR("Module testing access"
892 .m_doc = PyDoc_STR("Regression Test module for single-phase init."),
Dxxlimited_35.c78 PyDoc_STR("demo() -> None")},
228 PyDoc_STR("roj(a,b) -> None")},
232 PyDoc_STR("new() -> new Xx object")},
Dxxlimited.c229 METH_METHOD | METH_FASTCALL | METH_KEYWORDS, PyDoc_STR("demo(o) -> o")},
347 PyDoc_STR("new() -> new Xx object")},
/external/python/cpython3/Modules/_testcapi/
Ddocstring.c102 PyDoc_STR("This is a pretty normal docstring.")},
105 PyDoc_STR(
153 PyDoc_STR(
160 PyDoc_STR(
167 PyDoc_STR(
174 PyDoc_STR(
/external/python/cpython3/Objects/
Dexceptions.c370 BaseException_set_context, PyDoc_STR("exception context")},
372 BaseException_set_cause, PyDoc_STR("exception cause")},
471 PyDoc_STR("Common base class for all exceptions"), /* tp_doc */
506 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \
521 PyDoc_STR(EXCDOC), (traverseproc)EXCSTORE ## _traverse, \
542 PyDoc_STR(EXCDOC), (traverseproc)EXCSTORE ## _traverse, \
578 PyDoc_STR("generator return value")},
680 PyDoc_STR("exception code")},
1472 PyDoc_STR("exception message")},
1474 PyDoc_STR("nested exceptions")},
[all …]
Dgenobject.c768 PyDoc_STR("name of the generator")},
770 PyDoc_STR("qualified name of the generator")},
772 PyDoc_STR("object being iterated by yield from, or None")},
802 {"__class_getitem__", Py_GenericAlias, METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
1116 PyDoc_STR("name of the coroutine")},
1118 PyDoc_STR("qualified name of the coroutine")},
1120 PyDoc_STR("object being awaited on, or None")},
1155 {"__class_getitem__", Py_GenericAlias, METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
1532 PyDoc_STR("name of the async generator")},
1534 PyDoc_STR("qualified name of the async generator")},
[all …]
Dunionobject.c328 PyDoc_STR("Type variables in the types.UnionType."), NULL},
368 .tp_doc = PyDoc_STR("Represent a PEP 604 union type\n"
Ddescrobject.c1169 PyDoc_STR("get($self, key, default=None, /)\n--\n\n"
1172 PyDoc_STR("D.keys() -> a set-like object providing a view on D's keys")},
1174 PyDoc_STR("D.values() -> an object providing a view on D's values")},
1176 PyDoc_STR("D.items() -> a set-like object providing a view on D's items")},
1178 PyDoc_STR("D.copy() -> a shallow copy of D")},
1180 PyDoc_STR("See PEP 585")},
1182 PyDoc_STR("D.__reversed__() -> reverse iterator")},
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h206 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
209 #ifndef PyDoc_STR
211 #define PyDoc_STR(str) str macro
213 #define PyDoc_STR(str) "" macro
/external/python/cpython3/Include/
Dpymacro.h111 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
113 #define PyDoc_STR(str) str macro
115 #define PyDoc_STR(str) "" macro
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h244 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
247 #ifndef PyDoc_STR
249 #define PyDoc_STR(str) str macro
251 #define PyDoc_STR(str) "" macro
/external/python/cpython3/Doc/includes/newtypes/
Dsublist.c18 PyDoc_STR("increment state counter")},
34 .tp_doc = PyDoc_STR("SubList objects"),
Dcustom.c12 .tp_doc = PyDoc_STR("Custom objects"),
Dcustom2.c95 .tp_doc = PyDoc_STR("Custom objects"),
Dcustom3.c135 .tp_doc = PyDoc_STR("Custom objects"),
/external/python/cpython3/Python/
Dcrossinterp_exceptions.h7 .tp_doc = PyDoc_STR("A cross-interpreter operation failed"),
20 .tp_doc = PyDoc_STR("An interpreter was not found"),
Dcodecs.c1399 PyDoc_STR("Implements the 'strict' error handling, which " in _PyCodec_InitRegistry()
1409 PyDoc_STR("Implements the 'ignore' error handling, which " in _PyCodec_InitRegistry()
1419 PyDoc_STR("Implements the 'replace' error handling, which " in _PyCodec_InitRegistry()
1429 PyDoc_STR("Implements the 'xmlcharrefreplace' error handling, " in _PyCodec_InitRegistry()
1440 PyDoc_STR("Implements the 'backslashreplace' error handling, " in _PyCodec_InitRegistry()
1451 PyDoc_STR("Implements the 'namereplace' error handling, " in _PyCodec_InitRegistry()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc817 PyDoc_STR("Internal method to get a NumPy array for the tensor.")},
819 PyDoc_STR("The DType of the tensor as an enum.")},
821 PyDoc_STR("The shape of the tensor as a python tuple.")},
823 PyDoc_STR("The rank of the tensor.")},
826 PyDoc_STR("Copies the tensor to the desired device.")},
828 PyDoc_STR("Number of elements in the tensor.")},
831 PyDoc_STR("Indicates whether _numpy_internal loses information.")},
833 PyDoc_STR("A string which summarizes the value of this tensor.")},
/external/python/cpython3/PC/
D_testconsole.c154 PyDoc_STR("Test module for the Windows console"), /* m_doc */
/external/python/cpython3/Include/internal/
Dpycore_bytes_methods.h79 #define PyDoc_STRVAR_shared(name,str) const char name[] = PyDoc_STR(str)

123