Package rosetta :: Package protocols :: Package init :: Module _protocols_init_
[hide private]
[frames] | no frames]

Module _protocols_init_

Functions [hide private]
 
init(...)
init( (vector1_string)args) -> None : Wrapper for the command line version
Variables [hide private]
  __package__ = None
Function Details [hide private]

init(...)

 

init( (vector1_string)args) -> None :
    Wrapper for the command line version
    

    C++ signature :
        void init(utility::vector1<std::string, std::allocator<std::string> >)

init( (int)argc, (object)argv) -> None :
    Command line init() version
    

    C++ signature :
        void init(int,char**)