t232.py

00001 # This file is Copyright 2003, 2006, 2007, 2009 Dean Hall.
00002 #
00003 # This file is part of the Python-on-a-Chip program.
00004 # Python-on-a-Chip is free software: you can redistribute it and/or modify
00005 # it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
00006 #
00007 # Python-on-a-Chip is distributed in the hope that it will be useful,
00008 # but WITHOUT ANY WARRANTY; without even the implied warranty of
00009 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00010 # A copy of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
00011 # is seen in the file COPYING up one directory from this.
00012 
00013 #
00014 # System Test 232
00015 # Fix pmImgCreator so two classes can have same method name
00016 # An error during C compiling indicates a regression
00017 #
00018 
00019 
00020 class A():
00021     def __init__(self,):
00022         """__NATIVE__
00023         NATIVE_SET_TOS(PM_NONE);
00024         return PM_RET_OK;
00025         """
00026         pass
00027 
00028 
00029 class B():
00030     def __init__(self,):
00031         """__NATIVE__
00032         NATIVE_SET_TOS(PM_NONE);
00033         return PM_RET_OK;
00034         """
00035         pass

Generated on Mon Oct 18 07:40:47 2010 for Python-on-a-chip by  doxygen 1.5.9