Exemplo n.º 1
0
 public PythonNativeCategoryBinding(String identifier, PythonModule module)
 {
     this.identifier = identifier;
     this.module     = module;
 }
Exemplo n.º 2
0
 public PythonNativeCategoryBinding(PythonNativeCategoryBinding binding)
 {
     this.identifier = binding.identifier;
     this.module     = binding.module;
 }
Exemplo n.º 3
0
 public void setModule(PythonModule module)
 {
     this.module = module;
 }