Exemplo n.º 1
0
 public PythonNativeCall(PythonStatement statement)
 {
     this.statement = statement;
 }
Exemplo n.º 2
0
 public Python3NativeCall(PythonStatement statement)
     : base(statement)
 {
 }