Update README.md

This commit is contained in:
Lyon 2022-05-21 20:01:02 +08:00 committed by GitHub
parent ee3a2c8f53
commit 92812194a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,9 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud
| Syntax | Python Module | C Module |
| --- | --- | --- |
| import [module] | √ | √ |
| import [module] as | √ | - |
| from [module] import [class/function>]| √ | - |
| from [module] import [class/function>] as | √ | - |
| from [module] import * | - | PikaObj Module Only |
#### List/Dict