コード例 #1
0
 public Module(PythonObject other) : base(other.PyObject as PyObject)
 {
 }
コード例 #2
0
 public ParameterDict(PythonObject other) : base(other.PyObject as PyObject)
 {
 }
コード例 #3
0
 public Sequential(PythonObject other) : base(other.PyObject as PyObject)
 {
 }