| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| } | ||
|
|
||
| [Obsolete("Use PyModule.Import")] | ||
| public static PyObject Import(string name) |
There was a problem hiding this comment.
I wouldn't obsolete this one right now. Having Py. as a central entry-point has merit.
Sorry, something went wrong.
There was a problem hiding this comment.
@filmor Perhaps we should move Py class into its own file 🤣

Sorry, something went wrong.
There was a problem hiding this comment.
:D
Yep, sorry for the inconsistency. I'd like to obsolete PythonEngine for the most part and collect entry points in Py.
Sorry, something went wrong.
There was a problem hiding this comment.
Removed this [Obsolete], added a new issue to move Py out.
Sorry, something went wrong.
changed PyScope to inherit from PyObject
| Back | FazBrowse Home | New Git URL |
Also allow BorrowedReference == null comparison.