Specifications

Python
A-13
••••••••
6 PY2CWAPI
This module wraps most of the EDE API functions, for direct usage from
Python.
The number of API functions is far too big to be included here though.
Check the directory, using the Python built-in function dir(py2cwapi),
for all functions provided by this module. Start Python in the directory bin
directory of toolchain (the directory where py2cwapi.pyd is located). A
prompt appears. T
ype import py2cwapi and then dir(py2cwapi).
>>> import py2cwapi
>>> dir(py2cwapi)
>>> a list of functions appears
See the API library description in EDE for each function's features.
Example:
from py2cwapi import *
ZoomWindow()