ldmud/test/t-python
Alexander Motzkau 831aaf0c05 Add iterators to variables and functions types
Allow iterating over function list, local and global variables. The
iterators will give the list of functions/variables in program order.
2025-07-07 22:14:05 +02:00
..
inc Added testsuite for Python. 2016-10-12 21:42:52 +02:00
inh.c Python: Added protector for replace_program() 2020-04-28 22:30:06 +02:00
master.c Added separate Python types for various closure types 2025-07-07 22:14:05 +02:00
sefun.c Added separate Python types for various closure types 2025-07-07 22:14:05 +02:00
startup.py Add iterators to variables and functions types 2025-07-07 22:14:05 +02:00
sys Added testsuite for Python. 2016-10-12 21:42:52 +02:00
testcompileargcheck.c Corrected checks for Python efun calls with ellipsis. 2020-04-28 22:30:06 +02:00
testcompileargstrict.c Make pragma strict_types raise errors again 2020-07-05 13:18:57 +02:00
testcompiler.c Fixed a bug in type deduction of python efun calls. 2018-01-30 23:27:00 +01:00
testob.c Added abilities to Python integration to trace LPC program execution 2025-07-07 22:14:05 +02:00
testrp.c Python: Added protector for replace_program() 2020-04-28 22:30:06 +02:00
teststruct.c Add support for LPC type objects in Python 2022-10-10 23:38:01 +02:00