Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Victor edited this pageMay 1, 2020 ·1 revision

By default any public .NET type is visible to Python. If you want to hide .NET type from Python (for example because its conflicts with an existing Python type), you can mark it with with[PyExport(false)] attribute:

[Python.Runtime.PyExport(false)]publicclassIamInvisibleToPython{  ...}

You can hide your entire assembly by applying that attribute to it:

[assembly:Python.Runtime.PyExport(false)]
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp