forked from loafle/openapi-generator-original
		
	update python samples
This commit is contained in:
		
							parent
							
								
									40731ed52d
								
							
						
					
					
						commit
						a2177570b3
					
				| @ -1599,8 +1599,8 @@ class FakeApi: | ||||
|         :type uuid_example: str | ||||
|         :param async_req: Whether to execute the request asynchronously. | ||||
|         :type async_req: bool, optional | ||||
|         :param _request_timeout: timeout setting for this request. If one | ||||
|                                  number provided, it will be total request | ||||
|         :param _request_timeout: timeout setting for this request. | ||||
|                If one number provided, it will be total request | ||||
|                timeout. It can also be a pair (tuple) of | ||||
|                (connection, read) timeouts. | ||||
|         :return: Returns the result object. | ||||
| @ -1610,7 +1610,8 @@ class FakeApi: | ||||
|         """ | ||||
|         kwargs['_return_http_data_only'] = True | ||||
|         if '_preload_content' in kwargs: | ||||
|             raise ValueError("Error! Please call the fake_uuid_example_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data") | ||||
|             message = "Error! Please call the fake_uuid_example_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"  # noqa: E501 | ||||
|             raise ValueError(message) | ||||
|         if async_req is not None: | ||||
|             kwargs['async_req'] = async_req | ||||
|         return self.fake_uuid_example_with_http_info(uuid_example, **kwargs)  # noqa: E501 | ||||
|  | ||||
| @ -1490,8 +1490,8 @@ class FakeApi: | ||||
|         :type uuid_example: str | ||||
|         :param async_req: Whether to execute the request asynchronously. | ||||
|         :type async_req: bool, optional | ||||
|         :param _request_timeout: timeout setting for this request. If one | ||||
|                                  number provided, it will be total request | ||||
|         :param _request_timeout: timeout setting for this request. | ||||
|                If one number provided, it will be total request | ||||
|                timeout. It can also be a pair (tuple) of | ||||
|                (connection, read) timeouts. | ||||
|         :return: Returns the result object. | ||||
| @ -1501,7 +1501,8 @@ class FakeApi: | ||||
|         """ | ||||
|         kwargs['_return_http_data_only'] = True | ||||
|         if '_preload_content' in kwargs: | ||||
|             raise ValueError("Error! Please call the fake_uuid_example_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data") | ||||
|             message = "Error! Please call the fake_uuid_example_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"  # noqa: E501 | ||||
|             raise ValueError(message) | ||||
|         return self.fake_uuid_example_with_http_info(uuid_example, **kwargs)  # noqa: E501 | ||||
| 
 | ||||
|     @validate_arguments | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user