-
The example on the keyword document like this:
```python
@{my_buttons}= | Get Items | class_name:MyButtonClass
Click Button | ${my_buttons[2]}
```
I just use the same way like this:
```pyth…
-
Here is some buggy code:
```py
class BaseClassExample(OpenTap.TestStep):
Str1 = property(String, "127.0.0.1")\
.add_attribute(OpenTap.Display("Str on base class.", "The IP Addr…
-
### Environment
- Pythonnet version: 3.0.1
- Python version: 3.9.13
- Operating System: Windows 10
- .NET Runtime: Microsoft.AspNetCore.App 6.0.15
### Details
- I would like to be…
-
### Environment
- Pythonnet version: 3.0.1
- Python version: 3.10.9
- Operating System: Windows 11
- .NET Runtime: 4.8
### Details
- Describe what you were trying to get done.
…
-
https://github.com/joonhwan/pythonnet
Like this fork's fast-call branch, the reflection.emit has been removed.
Which means it can run inside Unity's AOT environment now. (il2cpp)
Also it's much f…
-
Socket is a major bottleneck, may be possible to try shared memory instead:
- https://docs.python.org/3/library/multiprocessing.shared_memory.html
- https://answers.unity.com/questions/1249732/how-t…
-
Hello - this is my first post so apologies if this is the wrong forum.
I'm trying to define a base class in C# and derive from that class in python / pythonnet. The C# class is very basic:
```c…
-
### Environment
- Pythonnet version: 2.4.0
- Python version: 3.6.8
- Operating System: Win10x64 18362.535
### Details
- Describe what you were trying to get done.
Hello. I'm trying…
-
### Environment
- Pythonnet version: 3.x
- Python version: 3.9
- Operating System: Windows11
- .NET Runtime: Unity Mono
### Details
- Describe what you were trying to get done.
…
-
Dup of my SO question https://stackoverflow.com/questions/57493309/cythonized-python-net-code-cannot-find-system-assemblies
When I compile the python code which uses python.net to access .Net a…