38 lines
817 B
Plaintext
38 lines
817 B
Plaintext
region
|
|
======
|
|
|
|
|
|
.. module:: pyogp.lib.base.tests.region
|
|
|
|
This is a doctest, the content here is verbatim from the source file at pyogp.lib.base.tests.region.txt.
|
|
|
|
|
|
"""
|
|
Contributors can be viewed at:
|
|
http://svn.secondlife.com/svn/linden/projects/2008/pyogp/lib/base/trunk/CONTRIBUTORS.txt
|
|
|
|
$LicenseInfo:firstyear=2008&license=apachev2$
|
|
|
|
Copyright 2009, Linden Research, Inc.
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
You may obtain a copy of the License at:
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
or in
|
|
http://svn.secondlife.com/svn/linden/projects/2008/pyogp/lib/base/LICENSE.txt
|
|
|
|
$/LicenseInfo$
|
|
"""
|
|
|
|
Region
|
|
~~~~~~
|
|
|
|
The 'region' object creation
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
First, initialize the region
|
|
|
|
>>> from pyogp.lib.base.region import Region
|
|
>>> region = Region()
|
|
|
|
Not complete... |