Searched refs:getfile (Results 1 – 9 of 9) sorted by relevance
26 static BIO *getfile(const char *filename) in getfile() function44 BIO *infile = getfile("dhparams.pem"); in test_read_dh_params()65 BIO *infile = getfile("x942params.pem"); in test_read_dh_x942_params()88 BIO *infile = getfile("dsaparams.pem"); in test_read_dsa_params()109 BIO *infile = getfile("dsaprivatekey.pem"); in test_read_dsa_private()130 BIO *infile = getfile("dsapublickey.pem"); in test_read_dsa_public()152 BIO *infile = getfile("rsaprivatekey.pem"); in test_read_rsa_private()173 BIO *infile = getfile("rsapublickey.pem"); in test_read_rsa_public()
773 def getfile(object): function817 filename = getfile(object)844 _filename = getsourcefile(object) or getfile(object)945 file = getfile(object)1625 filename = getsourcefile(frame) or getfile(frame)
908 file = inspect.getfile(obj)
528 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)532 inspect.getfile(sys)537 inspect.getfile(int)542 inspect.getfile(abs)545 inspect.getfile(list.append)556 inspect.getfile(C)564 inspect.getfile(er)
7 CVE-2021-3426: Remove the ``getfile`` feature of the :mod:`pydoc` module
836 :func:`inspect.getfile` no longer computes the repr of unknown objects to
3132 The exception message for ``inspect.getfile()`` now correctly reports the
498 .. function:: getfile(object)
2475 - Issue #20372: inspect.getfile (and a bunch of other inspect functions that