Skip to content

Conversation

@lmbelo
Copy link
Member

@lmbelo lmbelo commented Nov 9, 2023

No description provided.

 - Generic class wrapper - Use Rtti to expose methods, fields and properties to the created python type. Here is the first stage with methods exposed. - IDocServer interface to provide docstrings to the exposed members - New WrapDelphi tests added PythonEngine: - FindPythonType overload - Minor changes and comments
…CreateWith (pythonic way). CreateWith should take account of multiple constructors.
Introduced TValueToPyObject and PyObjectToTValue functions
DefineVar(string, TObject) gets an ownership parameter with a default soReference
Added a DefineVar overload that works with a TValue.
ExcludedExposedMembers implemented.
TPyDelphiObject.CreateWith raises a python TypeError 'Cannot create instances of class %s' CreateWith overrides in general should call Create and create an instance and assign it to DelphiObject
pyscripter and others added 21 commits October 20, 2023 05:53
New Demo35 demonstrates how to access fast numpy arrays using the buffer protocol.
True thread parallelism using the new emNewInterpreterOwnGIL thread execution mode in Python 12
Refactored the CheckExact functions to use the inline function IsType
@lmbelo lmbelo self-assigned this Nov 9, 2023
@lmbelo lmbelo requested a review from checkdigits November 9, 2023 03:02
@lmbelo lmbelo closed this Nov 9, 2023
@lmbelo lmbelo deleted the sync branch November 9, 2023 03:19
@lmbelo lmbelo restored the sync branch November 9, 2023 03:27
@lmbelo lmbelo reopened this Nov 9, 2023
@lmbelo lmbelo closed this Nov 9, 2023
@lmbelo lmbelo deleted the sync branch November 9, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants