Example #1
0
 def create_remote(self, name, url, **kwargs):
     """
     Create a new remote.
     
     For more information, please see the documentation of the Remote.create 
     methods 
     
     Returns
         Remote reference
     """
     return Remote.create(self, name, url, **kwargs)