示例#1
0
 public IntPtr PyFloat_FromString(IntPtr value, IntPtr junk)
 {
     return(Runtime_Posix.PyFloat_FromString(value, junk));
 }