Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Dmonitoring.c15 } PyCodeLikeObject; typedef
30 PyCodeLikeObject *self = (PyCodeLikeObject *) type->tp_alloc(type, 0); in CodeLike_new()
43 CodeLike_dealloc(PyCodeLikeObject *self) in CodeLike_dealloc()
52 CodeLike_str(PyCodeLikeObject *self) in CodeLike_str()
100 .tp_basicsize = sizeof(PyCodeLikeObject),
119 PyCodeLikeObject *cl = ((PyCodeLikeObject *)codelike); in setup_fire()
453 PyCodeLikeObject *cl = (PyCodeLikeObject *) codelike; in enter_scope()