Yeah, neither should I. --- Jeremiah Peschka Founder, Brent Ozar Unlimited
On Nov 7, 2012, at 7:49 AM, Michael Clemmons <[email protected]> wrote: > I apologize for the confusion here(shouldn't hit listserves at 6am). I'm > talking about the python client for riak and refering to the to methods > populate and set_sublings found > https://github.com/basho/riak-python-client/blob/master/riak/riak_object.py#L526 > and > https://github.com/basho/riak-python-client/blob/master/riak/riak_object.py#L621 > A note to non-python people when I say private I don't mean actually private, > its simply a convention the community uses to denote that its either likely > to change version to version or if handled improperly can easily cause the > class to behave improperly. > > On Wed, Nov 7, 2012 at 7:04 AM, Jeremiah Peschka <[email protected]> > wrote: >> CorrugatedIron[1][2] is a .NET driver for Riak. It supports the vast >> majority of Riak 1.2 features (search is a bit rough around the edges). >> >> >> [1]: http://CorrugatedIron.org >> [2]: http://github.com/DistributedNonsense/CorrugatedIron >> --- >> Jeremiah Peschka >> Founder, Brent Ozar Unlimited >> >> On Nov 7, 2012, at 6:49 AM, "Kevin Burton" <[email protected]> wrote: >> >>> Since I will be importing data from an existing SQL Server this population >>> needs to involve some sort of .NET driver. I would rather not take the time >>> to learn python and how it interfaces with SQL Server if possible. Any >>> suggestions? >>> >>> >>> >>> From: riak-users [mailto:[email protected]] On Behalf Of >>> Michael Clemmons >>> Sent: Wednesday, November 07, 2012 8:25 AM >>> To: riak-users >>> Subject: Populate and Set_Siblings >>> >>> >>> >>> Hey all, >>> I've noticed afew questions on the list serve over the past year. Allot of >>> people have asked questions about how/why they should use populate. Mostly >>> its because its exposed in the docs without much explanation. Along with >>> set_siblings and some other number of methods in riak_objects.py, many >>> methods which are likely to be only used internally to the class and not >>> marked with a preceding _ which is part of pep 8 here >>> http://www.python.org/dev/peps/pep-0008/#method-names-and-instance-variables >>> Sphinx(http://sphinx-doc.org/ext/autodoc.html) should handle this properly >>> and hide the methods from users who will not need to look that deeply. >>> Its a quick sed command for me to fix and fork this, is there a specific >>> reason why these are not made "private" and if not what other methods do >>> you all think should be included in this off the RiakObject itself? >>> Michael >>> >>> _______________________________________________ >>> riak-users mailing list >>> [email protected] >>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > > > -- > Michael >
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
