python Programming Glossary: croom
Python module dependency http://stackoverflow.com/questions/158268/python-module-dependency example I had a room module and a person module containing CRoom and CPerson. The CRoom class contains infomation about the room.. and a person module containing CRoom and CPerson. The CRoom class contains infomation about the room and a CPerson list.. room. The CPerson class however sometimes needs to use the CRoom class for the room its in for example to find the door or too..
|