韩天峰
|
a536172f82
|
feat(python): implement native bridge for python object calls and property access
- Add callDynamicPythonMethod function for dynamic python method invocation
- Implement parsePythonObjectCall for handling python object function calls
- Add parsePythonNativeFacadeMethodCall for native facade method calls
- Implement parsePythonObjectPropertyFetch for property access translation
- Replace .call() and .attr() syntax with native php::python::callMember and getAttr
- Add native constructors mapping for python builtins like list, dict, tuple
- Update test cases to verify native bridge usage instead of zend dispatch
- Add python runtime configuration functions using native bridge
- Integrate phpx_python.h header for python native bridge support
|
2 weeks ago |