Home
last modified time | relevance | path

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

12

/third_party/python/Modules/
Dxxsubtype.c68 PyDoc_STR("getstate() -> state")},
70 PyDoc_STR("setstate(state)")},
75 PyDoc_STR("classmeth(*args, **kw)")},
78 PyDoc_STR("staticmeth(*args, **kw)")},
99 PyDoc_STR("an int variable for demonstration purposes")},
173 PyDoc_STR("getstate() -> state")},
175 PyDoc_STR("setstate(state)")},
190 PyDoc_STR("an int variable for demonstration purposes")},
Dfaulthandler.c1221 PyDoc_STR("enable(file=sys.stderr, all_threads=True): "
1224 PyDoc_STR("disable(): disable the fault handler")},
1226 PyDoc_STR("is_enabled()->bool: check if the handler is enabled")},
1229 PyDoc_STR("dump_traceback(file=sys.stderr, all_threads=True): "
1234 PyDoc_STR("dump_traceback_later(timeout, repeat=False, file=sys.stderrn, exit=False):\n"
1240 PyDoc_STR("cancel_dump_traceback_later():\ncancel the previous call "
1245 PyDoc_STR("register(signum, file=sys.stderr, all_threads=True, chain=False): "
1251 PyDoc_STR("unregister(signum): unregister the handler of the signal "
1255 PyDoc_STR("_read_null(): read from NULL, raise "
1258 PyDoc_STR("_sigsegv(release_gil=False): raise a SIGSEGV signal")},
[all …]
D_datetimemodule.c2648 PyDoc_STR("Number of days.")},
2651 PyDoc_STR("Number of seconds (>= 0 and less than 1 day).")},
2654 PyDoc_STR("Number of microseconds (>= 0 and less than 1 second).")},
2660 PyDoc_STR("Total seconds in the duration.")},
2663 PyDoc_STR("__reduce__() -> (cls, state)")},
2669 PyDoc_STR("Difference between two datetime values.\n\n"
3306 PyDoc_STR("__reduce__() -> (cls, state)")},
3482 PyDoc_STR("int -> date corresponding to a proleptic Gregorian "
3487 PyDoc_STR("str -> Construct a date from the output of date.isoformat()")},
3491 PyDoc_STR("int, int, int -> Construct a date from the ISO year, week "
[all …]
D_testmultiphase.c66 PyDoc_STR("demo() -> None")},
411 PyDoc_STR("Test module " name), /* m_doc */ \
516 PyDoc_STR("Module named in Czech"), /* m_doc */
534 PyDoc_STR("Module named in Japanese"), /* m_doc */
601 PyDoc_STR("Not a PyModuleObject object, but requests per-module state"),
620 PyDoc_STR("PyModuleDef with negative m_size"),
835 .m_doc = PyDoc_STR("Module testing access"
850 .m_doc = PyDoc_STR("Regression Test module for single-phase init."),
Dxxmodule.c61 PyDoc_STR("demo() -> None")},
327 PyDoc_STR("roj(a,b) -> None")},
331 PyDoc_STR("new() -> new Xx object")},
333 PyDoc_STR("bug(o) -> None")},
Dxxlimited_35.c76 PyDoc_STR("demo() -> None")},
228 PyDoc_STR("roj(a,b) -> None")},
232 PyDoc_STR("new() -> new Xx object")},
Dxxlimited.c212 METH_METHOD | METH_FASTCALL | METH_KEYWORDS, PyDoc_STR("demo(o) -> o")},
295 PyDoc_STR("new() -> new Xx object")},
D_zoneinfo.c2553 PyDoc_STR("Clear the ZoneInfo cache.")},
2556 PyDoc_STR("Get a new instance of ZoneInfo, bypassing the cache.")},
2559 PyDoc_STR("Create a ZoneInfo file from a file object.")},
2561 PyDoc_STR("Retrieve a timedelta representing the UTC offset in a zone at "
2564 PyDoc_STR("Retrieve a timedelta representing the amount of DST applied "
2567 PyDoc_STR("Retrieve a string containing the abbreviation for the time "
2570 PyDoc_STR("Given a datetime with local time in UTC, retrieve an adjusted "
2573 PyDoc_STR("Function for serialization with the pickle protocol.")},
2575 PyDoc_STR("Private method used in unpickling.")},
2578 PyDoc_STR("Function to initialize subclasses.")},
D_queuemodule.c360 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
D_testcapimodule.c5680 PyDoc_STR("This is a pretty normal docstring.")},
5796 PyDoc_STR("set_nomemory(start:int, stop:int = 0)")},
5798 PyDoc_STR("Remove memory hooks.")},
5826 PyDoc_STR("set_error_class(error_class) -> None")},
5901 PyDoc_STR("fatal_error(message, release_gil=False): call Py_FatalError(message)")},
7037 .tp_doc = (char*)PyDoc_STR(
7059 .tp_doc = PyDoc_STR(
7081 .tp_doc = PyDoc_STR(
7118 PyDoc_STR("a container value for test purposes")},
D_xxsubinterpretersmodule.c1752 PyDoc_STR("'send', 'recv', or 'both'")},
1754 PyDoc_STR("the 'send' end of the channel"), &_channelid_end_send},
1756 PyDoc_STR("the 'recv' end of the channel"), &_channelid_end_recv},
D_functoolsmodule.c469 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
538 PyDoc_STR("Value wrapped by a key function.")},
/third_party/python/Objects/
Dexceptions.c305 BaseException_set_context, PyDoc_STR("exception context")},
307 BaseException_set_cause, PyDoc_STR("exception cause")},
403 PyDoc_STR("Common base class for all exceptions"), /* tp_doc */
438 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \
453 PyDoc_STR(EXCDOC), (traverseproc)EXCSTORE ## _traverse, \
470 PyDoc_STR(EXCDOC), (traverseproc)EXCSTORE ## _traverse, \
506 PyDoc_STR("generator return value")},
619 PyDoc_STR("exception code")},
762 PyDoc_STR("exception message")},
764 PyDoc_STR("module name")},
[all …]
Dgenobject.c747 PyDoc_STR("name of the generator")},
749 PyDoc_STR("qualified name of the generator")},
751 PyDoc_STR("object being iterated by yield from, or None")},
983 PyDoc_STR("name of the coroutine")},
985 PyDoc_STR("qualified name of the coroutine")},
987 PyDoc_STR("object being awaited on, or None")},
1365 PyDoc_STR("name of the async generator")},
1367 PyDoc_STR("qualified name of the async generator")},
1369 PyDoc_STR("object being awaited on, or None")},
1395 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
Ddescrobject.c1135 PyDoc_STR("D.get(k[,d]) -> D[k] if k in D, else d."
1138 PyDoc_STR("D.keys() -> list of D's keys")},
1140 PyDoc_STR("D.values() -> list of D's values")},
1142 PyDoc_STR("D.items() -> list of D's (key, value) pairs, as 2-tuples")},
1144 PyDoc_STR("D.copy() -> a shallow copy of D")},
1146 PyDoc_STR("See PEP 585")},
1148 PyDoc_STR("D.__reversed__() -> reverse iterator")},
Denumobject.c217 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
Dtypeobject.c2390 PyDoc_STR("dictionary for instance variables (if defined)")},
2392 PyDoc_STR("list of weak references to the object (if defined)")},
2398 PyDoc_STR("dictionary for instance variables (if defined)")},
2404 PyDoc_STR("list of weak references to the object (if defined)")},
4221 PyDoc_STR("__prepare__() -> dict\n"
4795 PyDoc_STR("the object's class")},
7016 PyDoc_STR("__new__($type, *args, **kwargs)\n--\n\n"
7872 PyDoc_STR(DOC)}
7875 PyDoc_STR(DOC), FLAGS}
7878 PyDoc_STR(DOC)}
/third_party/python/Include/
Dpymacro.h71 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
73 #define PyDoc_STR(str) str macro
75 #define PyDoc_STR(str) "" macro
/third_party/python/Doc/includes/
Dsublist.c18 PyDoc_STR("increment state counter")},
/third_party/python/Modules/_sqlite/
Dcache.c315 PyDoc_STR("Gets an entry from the cache or calls the factory function to produce one.")},
317 PyDoc_STR("For debugging only.")},
/third_party/python/Python/
Dcodecs.c1420 PyDoc_STR("Implements the 'strict' error handling, which " in _PyCodecRegistry_Init()
1430 PyDoc_STR("Implements the 'ignore' error handling, which " in _PyCodecRegistry_Init()
1440 PyDoc_STR("Implements the 'replace' error handling, which " in _PyCodecRegistry_Init()
1450 PyDoc_STR("Implements the 'xmlcharrefreplace' error handling, " in _PyCodecRegistry_Init()
1461 PyDoc_STR("Implements the 'backslashreplace' error handling, " in _PyCodecRegistry_Init()
1472 PyDoc_STR("Implements the 'namereplace' error handling, " in _PyCodecRegistry_Init()
Dsysmodule.c2400 PyDoc_STR(
2429 PyDoc_STR(
2454 PyDoc_STR(
2462 PyDoc_STR(
2467 PyDoc_STR(
Dcontext.c1053 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
1194 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
/third_party/python/PC/
D_testconsole.c118 PyDoc_STR("Test module for the Windows console"), /* m_doc */
/third_party/python/Include/internal/
Dpycore_bytes_methods.h70 #define PyDoc_STRVAR_shared(name,str) const char name[] = PyDoc_STR(str)

12