| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/JakeJP/pythonnet/master/src/runtime/Types/ModulePropertyObject.cs | [Back] [Original] |
using System;
using System.Reflection;
namespace Python.Runtime
{
///
/// Module level properties (attributes)
///
internal class ModulePropertyObject : ExtensionType
{
public ModulePropertyObject(PropertyInfo md)
{
throw new NotImplementedException("ModulePropertyObject");
}
}
}
| Web Proxy Viewer | New URL | Original Page |