<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Yurttas%2FPL%2FSL%2Fpython%2FF%2F05%2F01%2F01%2FA.py</id>
	<title>Yurttas/PL/SL/python/F/05/01/01/A.py - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Yurttas%2FPL%2FSL%2Fpython%2FF%2F05%2F01%2F01%2FA.py"/>
	<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Yurttas/PL/SL/python/F/05/01/01/A.py&amp;action=history"/>
	<updated>2026-05-18T20:47:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://wiki.zcubes.com/index.php?title=Yurttas/PL/SL/python/F/05/01/01/A.py&amp;diff=188690&amp;oldid=prev</id>
		<title>MassBot1: Created page with &quot;&lt;syntaxhighlight lang=&quot;python&quot; line start=&quot;1&quot; enclose=&quot;div&quot;&gt;#  #  Copyright(C) 2005 #  All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc.. # #  Perm...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Yurttas/PL/SL/python/F/05/01/01/A.py&amp;diff=188690&amp;oldid=prev"/>
		<updated>2013-11-08T03:53:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;python&amp;quot; line start=&amp;quot;1&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#  #  Copyright(C) 2005 #  All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc.. # #  Perm...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;python&amp;quot; line start=&amp;quot;1&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;# &lt;br /&gt;
#  Copyright(C) 2005&lt;br /&gt;
#  All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc..&lt;br /&gt;
#&lt;br /&gt;
#  Permission from use, copy, modify, and distribute this&lt;br /&gt;
#  software and its documentation for EDUCATIONAL purposes&lt;br /&gt;
#  and without fee is hereby granted provided that this&lt;br /&gt;
#  copyright notice appears in all copies.&lt;br /&gt;
#&lt;br /&gt;
#  date   : June 1, 2005.&lt;br /&gt;
#  author : Salih Yurttas.&lt;br /&gt;
#&lt;br /&gt;
#  A.py&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
class A(object):&lt;br /&gt;
  def __init__(self):&lt;br /&gt;
    self.i0 = 0&lt;br /&gt;
    self.i1 = 0&lt;br /&gt;
&lt;br /&gt;
  def get_i0(self):&lt;br /&gt;
    return self.i0&lt;br /&gt;
&lt;br /&gt;
  def set_i0(self, i0):&lt;br /&gt;
    self.i0 = i0&lt;br /&gt;
&lt;br /&gt;
  def get_i1(self):&lt;br /&gt;
    return self.i1&lt;br /&gt;
&lt;br /&gt;
  def set_i1(self, i1):&lt;br /&gt;
    self.i1 = i1&lt;br /&gt;
&lt;br /&gt;
  def set_i0_i1(self, i0, i1):&lt;br /&gt;
    self.i0 = i0&lt;br /&gt;
    self.i1 = i1&lt;br /&gt;
&lt;br /&gt;
  def out(self):&lt;br /&gt;
    print self.i0, self.i1&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>MassBot1</name></author>
	</entry>
</feed>