objconfig.util package

Submodules

objconfig.util.arrayaccess module

http://www.php2python.com/wiki/class.arrayaccess/

class objconfig.util.arrayaccess.ArrayAccess[source]

Bases: object

Emulates the ArrayAccess “interface” as a class in Python

objconfig.util.arraymergerecursive module

PHP 2 Python Function Port

objconfig.util.arraymergerecursive.array_merge_recursive(array1, *arrays)[source]

Emulates the array_merge_recursive function.

objconfig.util.countable module

class objconfig.util.countable.Countable[source]

Bases: object

Emulates the Countable “interface” as a class in Python

count()[source]

This is the method PHP calls it.

objconfig.util.iterator module

class objconfig.util.iterator.Iterator[source]

Bases: object

Emulates the Iterator “interface” as a class in Python

Module contents