Open GoogleCodeExporter opened 9 years ago
The dummy API script for CEF 1 is here:
https://code.google.com/p/cefpython/source/browse/cefpython/cef1_api.py
A dummy API script was never created for CEF 3. I don't see a high demand for
that. Some editors can use such script for auto-completion. It's also useful
for beginners to cltr+f in such script.
Original comment by czarek.t...@gmail.com
on 10 Jan 2014 at 6:34
[deleted comment]
[deleted comment]
[deleted comment]
Dummy API could be generated using dir() function:
>>> from cefpython3 import cefpython
>>> dir(cefpython)
Original comment by czarek.t...@gmail.com
on 4 Jan 2015 at 12:57
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 25 May 2013 at 7:38