Home
last modified time | relevance | path

Searched defs:PyFileObject (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dfileobject.h45 } PyFileObject; typedef
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dfileobject.h45 } PyFileObject; typedef
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dfileobject.h33 } PyFileObject; typedef
/dports/lang/python27/Python-2.7.18/Include/
H A Dfileobject.h33 } PyFileObject; typedef
/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dpythonmod.c265 PyObject* PyFileObject = NULL; in pythonmod_init() local