Module cpython::oldstyle[][src]

This module contains support for old-style classes. Only available in Python 2.x.

Structs

PyClass

Represents an old-style Python class.

PyInstance

Represents an old-style Python instance.