Name Description Size
_pyrsistent_version.py 23
CHANGES.txt 15868
LICENCE.mit 1060
MANIFEST.in 111
PKG-INFO 32388
pvectorcmodule.c Persistent/Immutable/Functional vector and helper types. Please note that they are anything but immutable at this level since there is a whole lot of reference counting going on. That's the way CPython works though and the GIL makes them appear immutable. To the programmer using them from Python they appear immutable and behave immutably at least. Naming conventions ------------------ initpyrsistentc - This is the method that initializes the whole module pyrsistent_* - Methods part of the interface <typename>_* - Instance methods of types. For examle PVector_append(...) All other methods are camel cased without prefix. All methods are static, none should require to be exposed outside of this module. 50759
pyrsistent
pyrsistent.egg-info
README Pyrsistent 25953
README.rst Pyrsistent 25953
setup.cfg 63
setup.py Allow C extension building to fail. 2894