mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update vm.md
This commit is contained in:
parent
970b66f228
commit
13fc501f05
@ -5,6 +5,11 @@ order: 20
|
|||||||
---
|
---
|
||||||
|
|
||||||
The `VM` class provides a sandboxed Python environment and a set of APIs for interacting with it.
|
The `VM` class provides a sandboxed Python environment and a set of APIs for interacting with it.
|
||||||
|
Using the namespace `PocketPython` before any operations.
|
||||||
|
|
||||||
|
```csharp
|
||||||
|
using PocketPython;
|
||||||
|
```
|
||||||
|
|
||||||
### Construction
|
### Construction
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user