Help for this page

Select Code to Download


  1. or download this
    my $client = Inline::Python::Object->new('__main__', 'Client');
    
  2. or download this
    my $client = py_new_object( 'Client', 'hyperdex.client', 'Class', ... 
    +);