sabrinadeltoro / pygr

Automatically exported from code.google.com/p/pygr
0 stars 0 forks source link

Graph(edgeDB=None) should switch to trivial edge packing mode #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, Graph users who want to store simple values (that can be
directly pickled) as edge values, must subclass Graph to use trivial
pack/unpack_edge methods.  Graph should do that automatically if edgeDB=None.

Original issue reported on code.google.com by cjlee...@gmail.com on 31 Aug 2009 at 9:46

GoogleCodeExporter commented 9 years ago
Duh.  It already does this!  save_graph_db_refs() does this for all classes 
that use it.

Original comment by cjlee...@gmail.com on 11 Sep 2009 at 12:04