roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Python script with dummy cefpython API - for code completion in IDE and as a quick reference #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The dummy API script is missing new features added since the v52 release.

Original issue reported on code.google.com by czarek.t...@gmail.com on 25 May 2013 at 7:38

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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