mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
9e61e1314a
For the user, it behaves somewhat like an inline module, except you have to import the module manually. The code can be either C or C++, but like when programming C or C++, it has to be inside a function or a similar C/C++ construct. WWW: http://pyinstant.sourceforge.net/ PR: ports/107517 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
9 lines
355 B
Plaintext
9 lines
355 B
Plaintext
By using the class Instant a Python extension module can be created at runtime.
|
|
For the user, it behaves somewhat like an inline module, except you have to
|
|
import the module manually.
|
|
|
|
The code can be either C or C++, but like when programming C or C++, it has to
|
|
be inside a function or a similar C/C++ construct.
|
|
|
|
WWW: http://pyinstant.sourceforge.net/
|