KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > python > core > PyCell


1
2 package org.python.core;
3
4 public class PyCell extends PyObject { // ?? pending repr?
5

6   public PyObject ob_ref;
7
8 }
9
Popular Tags